class
Hamilton::Types::ForumTopicEdited
- Hamilton::Types::ForumTopicEdited
- Reference
- Object
Overview
This object represents a service message about an edited forum topic.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/forum_topic_edited.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#icon_custom_emoji_id : String | Nil
New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed.
-
#icon_custom_emoji_id=(icon_custom_emoji_id : String | Nil)
New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed.
-
#name : String | Nil
New name of the topic, if it was edited.
-
#name=(name : String | Nil)
New name of the topic, if it was edited.
-
#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
#
New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed.
def icon_custom_emoji_id=(icon_custom_emoji_id : String | Nil)
#
New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed.