Interface AllowBotToSendMessages

Allows the specified bot to send messages to the user. Request type for Tdjson#allowBotToSendMessages.

interface AllowBotToSendMessages {
    @type: "allowBotToSendMessages";
    bot_user_id: number;
}

Properties

Properties

@type: "allowBotToSendMessages"
bot_user_id: number

Identifier of the target bot.