Class: TD::Types::MessageSender::Chat
- Inherits:
-
TD::Types::MessageSender
- Object
- Dry::Struct
- Base
- TD::Types::MessageSender
- TD::Types::MessageSender::Chat
- Defined in:
- lib/tdlib/types/message_sender/chat.rb
Overview
The message was sent on behalf of a chat.
Instance Attribute Summary collapse
-
#chat_id ⇒ Integer
Identifier of the chat that sent the message.
Method Summary
Methods inherited from Base
Instance Attribute Details
#chat_id ⇒ Integer
Identifier of the chat that sent the message.
5 6 7 |
# File 'lib/tdlib/types/message_sender/chat.rb', line 5 def chat_id @chat_id end |