Interface GetAttachmentMenuBot

Returns information about a bot that can be added to attachment or side menu. Request type for Tdjson#getAttachmentMenuBot.

interface GetAttachmentMenuBot {
    @type: "getAttachmentMenuBot";
    bot_user_id: number;
}

Properties

Properties

@type: "getAttachmentMenuBot"
bot_user_id: number

Bot's user identifier.