Class: TD::Types::Update::AttachmentMenuBots

Inherits:
TD::Types::Update show all
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

Method Summary

Methods inherited from Base

#to_hash, #to_json

Instance Attribute Details

#botsArray<TD::Types::AttachmentMenuBot>

The new list of bots. The bots must not be shown on scheduled messages screen.

Returns:



6
7
8
# File 'lib/tdlib/types/update/attachment_menu_bots.rb', line 6

def bots
  @bots
end