Class: TD::Types::Update::ChatActionBar
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatActionBar
- Defined in:
- lib/tdlib/types/update/chat_action_bar.rb
Overview
The chat action bar was changed.
Instance Attribute Summary collapse
-
#action_bar ⇒ TD::Types::ChatActionBar?
The new value of the action bar; may be null.
-
#chat_id ⇒ Integer
Chat identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#action_bar ⇒ TD::Types::ChatActionBar?
The new value of the action bar; may be null.
6 7 8 |
# File 'lib/tdlib/types/update/chat_action_bar.rb', line 6 def @action_bar end |
#chat_id ⇒ Integer
Chat identifier.
6 7 8 |
# File 'lib/tdlib/types/update/chat_action_bar.rb', line 6 def chat_id @chat_id end |