Class: TD::Types::Update::ChatAction
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatAction
- Defined in:
- lib/tdlib/types/update/chat_action.rb
Overview
A message sender activity in the chat has changed.
Instance Attribute Summary collapse
-
#action ⇒ TD::Types::ChatAction
The action.
-
#chat_id ⇒ Integer
Chat identifier.
-
#message_thread_id ⇒ Integer
If not 0, the message thread identifier in which the action was performed.
-
#sender_id ⇒ TD::Types::MessageSender
Identifier of a message sender performing the action.
Method Summary
Methods inherited from Base
Instance Attribute Details
#action ⇒ TD::Types::ChatAction
The action.
8 9 10 |
# File 'lib/tdlib/types/update/chat_action.rb', line 8 def action @action end |
#chat_id ⇒ Integer
Chat identifier.
8 9 10 |
# File 'lib/tdlib/types/update/chat_action.rb', line 8 def chat_id @chat_id end |
#message_thread_id ⇒ Integer
If not 0, the message thread identifier in which the action was performed.
8 9 10 |
# File 'lib/tdlib/types/update/chat_action.rb', line 8 def @message_thread_id end |
#sender_id ⇒ TD::Types::MessageSender
Identifier of a message sender performing the action.
8 9 10 |
# File 'lib/tdlib/types/update/chat_action.rb', line 8 def sender_id @sender_id end |