class
Hamilton::Types::ForumTopic
- Hamilton::Types::ForumTopic
- Reference
- Object
Overview
This object represents a forum topic.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/forum_topic.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#icon_color : Int32
Color of the topic icon in RGB format.
-
#icon_color=(icon_color : Int32)
Color of the topic icon in RGB format.
-
#icon_custom_emoji_id : String | Nil
Unique identifier of the custom emoji shown as the topic icon.
-
#icon_custom_emoji_id=(icon_custom_emoji_id : String | Nil)
Unique identifier of the custom emoji shown as the topic icon.
-
#is_name_implicit : Bool | Nil
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=(is_name_implicit : Bool | Nil)
True, if the name of the topic wasn't specified explicitly by its creator and likely needs to be changed by the bot.
-
#message_thread_id : Int32
Unique identifier of the forum topic.
-
#message_thread_id=(message_thread_id : Int32)
Unique identifier of the forum topic.
-
#name : String
Name of the topic.
-
#name=(name : String)
Name of the topic.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
Unique identifier of the custom emoji shown as the topic icon.
Unique identifier of the custom emoji shown as the topic icon.
True, if the name of the topic wasn't specified explicitly by its creator and likely needs to be changed by the bot.
True, if the name of the topic wasn't specified explicitly by its creator and likely needs to be changed by the bot.