/** * ## PreparedKeyboardButton * Describes a keyboard button to be used by a user of a Mini App. * @see https://core.telegram.org/bots/api#preparedkeyboardbutton */ export type PreparedKeyboardButton = { /** * Unique identifier of the keyboard button */ id: string; };