Interface InlineKeyboardButtonTypeUser

A button with a user reference to be handled in the same way as textEntityTypeMentionName entities. Subtype of InlineKeyboardButtonType.

interface InlineKeyboardButtonTypeUser {
    @type: "inlineKeyboardButtonTypeUser";
    user_id: number;
}

Properties

Properties

@type: "inlineKeyboardButtonTypeUser"
user_id: number

User identifier.