class
Hamilton::Types::MessageReactionCountUpdated
- Hamilton::Types::MessageReactionCountUpdated
- Reference
- Object
Overview
This object represents reaction changes on a message with anonymous reactions.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/message_reaction_type_updated.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#chat : Hamilton::Types::Chat
The chat containing the message.
-
#chat=(chat : Hamilton::Types::Chat)
The chat containing the message.
-
#date : Int32
Date of the change in Unix time.
-
#date=(date : Int32)
Date of the change in Unix time.
-
#message_id : Int32
Unique message identifier inside the chat.
-
#message_id=(message_id : Int32)
Unique message identifier inside the chat.
-
#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.
-
#reactions : Array(Hamilton::Types::ReactionCount)
List of reactions that are present on the message.
-
#reactions=(reactions : Array(Hamilton::Types::ReactionCount))
List of reactions that are present on the message.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
def reactions : Array(Hamilton::Types::ReactionCount)
#
List of reactions that are present on the message.
def reactions=(reactions : Array(Hamilton::Types::ReactionCount))
#
List of reactions that are present on the message.