Class: TD::Types::Update::ChatBusinessBotManageBar
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::ChatBusinessBotManageBar
- Defined in:
- lib/tdlib/types/update/chat_business_bot_manage_bar.rb
Overview
The bar for managing business bot was changed in a chat.
Instance Attribute Summary collapse
-
#business_bot_manage_bar ⇒ TD::Types::BusinessBotManageBar?
The new value of the business bot manage bar; may be null.
-
#chat_id ⇒ Integer
Chat identifier.
Method Summary
Methods inherited from Base
Instance Attribute Details
#business_bot_manage_bar ⇒ TD::Types::BusinessBotManageBar?
The new value of the business bot manage bar; may be null.
7 8 9 |
# File 'lib/tdlib/types/update/chat_business_bot_manage_bar.rb', line 7 def @business_bot_manage_bar end |
#chat_id ⇒ Integer
Chat identifier.
7 8 9 |
# File 'lib/tdlib/types/update/chat_business_bot_manage_bar.rb', line 7 def chat_id @chat_id end |