Class: TD::Types::Update::AttachmentMenuBots
- Inherits:
-
TD::Types::Update
- Object
- Dry::Struct
- Base
- TD::Types::Update
- TD::Types::Update::AttachmentMenuBots
- Defined in:
- lib/tdlib/types/update/attachment_menu_bots.rb
Overview
The list of bots added to attachment or side menu has changed.
Instance Attribute Summary collapse
-
#bots ⇒ Array<TD::Types::AttachmentMenuBot>
The new list of bots.
Method Summary
Methods inherited from Base
Instance Attribute Details
#bots ⇒ Array<TD::Types::AttachmentMenuBot>
The new list of bots. The bots must not be shown on scheduled messages screen.
6 7 8 |
# File 'lib/tdlib/types/update/attachment_menu_bots.rb', line 6 def bots @bots end |