class
Hamilton::Types::ForumTopicCreated
- Hamilton::Types::ForumTopicCreated
- Reference
- Object
Overview
This object represents a service message about a new forum topic created in the chat.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/forum_topic_created.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.
-
#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
def icon_custom_emoji_id : String | Nil
#
Unique identifier of the custom emoji shown as the topic icon.
def icon_custom_emoji_id=(icon_custom_emoji_id : String | Nil)
#
Unique identifier of the custom emoji shown as the topic icon.