Interface InlineKeyboardButtonTypeCallbackWithPassword

A button that asks for the 2-step verification password of the current user and then sends a callback query to a bot. Subtype of InlineKeyboardButtonType.

interface InlineKeyboardButtonTypeCallbackWithPassword {
    @type: "inlineKeyboardButtonTypeCallbackWithPassword";
    data: string;
}

Properties

Properties

@type: "inlineKeyboardButtonTypeCallbackWithPassword"
data: string

Data to be sent to the bot via a callback query.