Skip to content

KeyboardButton

Type · TDLib 1.8.67 · d1085f9c

Represents a single button in a bot keyboard

KeyboardButton(
  text: string,
  icon_custom_emoji_id: int64,
  style: ButtonStyle,
  type: KeyboardButtonType
) → KeyboardButton

text

string

Text of the button

icon_custom_emoji_id

int64

Identifier of the custom emoji that must be shown on the button; 0 if none

style

ButtonStyle

Style of the button

type

KeyboardButtonType

Type of the button