Interface UpdateAttachmentMenuBots

The list of bots added to attachment or side menu has changed. Subtype of Update.

interface UpdateAttachmentMenuBots {
    @type: "updateAttachmentMenuBots";
    bots: AttachmentMenuBot[];
}

Properties

Properties

@type: "updateAttachmentMenuBots"

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