public static class TdApi.UpdateAttachmentMenuBots extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.AttachmentMenuBot[] |
bots
The new list of bots.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateAttachmentMenuBots()
The list of bots added to attachment or side menu has changed.
|
UpdateAttachmentMenuBots(TdApi.AttachmentMenuBot[] bots)
The list of bots added to attachment or side menu has changed.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.AttachmentMenuBot[] bots
public static final int CONSTRUCTOR
public UpdateAttachmentMenuBots()
public UpdateAttachmentMenuBots(TdApi.AttachmentMenuBot[] bots)
bots - The new list of bots. The bots must not be shown on scheduled messages screen.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object