Class: TD::Types::ChatStatisticsObjectType::Message
- Inherits:
-
TD::Types::ChatStatisticsObjectType
- Object
- Dry::Struct
- Base
- TD::Types::ChatStatisticsObjectType
- TD::Types::ChatStatisticsObjectType::Message
- Defined in:
- lib/tdlib/types/chat_statistics_object_type/message.rb
Overview
Describes a message sent in the chat.
Instance Attribute Summary collapse
-
#message_id ⇒ Integer
Message identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#message_id ⇒ Integer
Message identifier.
5 6 7 |
# File 'lib/tdlib/types/chat_statistics_object_type/message.rb', line 5 def @message_id end |