Tourmaline::ForumTopic
Inherits JSON::Serializable < Reference < Object
This object represents a forum topic.
Constructors
new(message_thread_id : Int32 | Int64, name : String, icon_color : Int32 | Int64, icon_custom_emoji_id : String | Nil = nil, is_name_implicit : Bool | Nil = nil)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
Optional. Unique identifier of the custom emoji shown as the topic icon
Optional. True, if the name of the topic wasn't specified explicitly by its creator and likely needs to be changed by the bot
is_name_implicit?
Optional. True, if the name of the topic wasn't specified explicitly by its creator and likely needs to be changed by the bot