teleproto - v1.229.0
    Preparing search index...

    Interface MessagesToggleBotInAttachMenuParams

    interface MessagesToggleBotInAttachMenuParams {
        bot: EntityLike;
        enabled: boolean;
        writeAllowed?: boolean;
    }
    Index
    bot: EntityLike

    Bot ID

    enabled: boolean

    Toggle

    writeAllowed?: boolean

    Whether the user authorizes the bot to write messages to them, if requested by attachMenuBot . request_write_access