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