Interface RemoveMessageSenderBotVerification

Removes the verification status of a user or a chat by an owned bot. Request type for Tdjson#removeMessageSenderBotVerification.

interface RemoveMessageSenderBotVerification {
    @type: "removeMessageSenderBotVerification";
    bot_user_id: number;
    verified_id: MessageSender;
}

Properties

@type: "removeMessageSenderBotVerification"
bot_user_id: number

Identifier of the owned bot, which verified the user or the chat.

verified_id: MessageSender

Identifier of the user or the supergroup or channel chat, which verification is removed.