AbstractInlineKeyboardButton
Properties
text
ts
text: string;Label text on the button
icon_custom_emoji_id
ts
icon_custom_emoji_id?: string;Unique identifier of the custom emoji shown before the text of the button. Can only be used by bots that purchased additional usernames on Fragment or in the messages directly sent by the bot to private, group and supergroup chats if the owner of the bot has a Telegram Premium subscription.
style
ts
style?: "danger" | "success" | "primary";Style of the button. Must be one of “danger” (red), “success” (green) or “primary” (blue). If omitted, then an app-specific style is used.