Layer 227
Type

Available Constructors

In Gogram, this type is represented as tg.KeyboardButton interface. Use any of the following constructors:

Gogram Example

// KeyboardButton is an interface type
// You can use any of the following constructors:
var _ tg.KeyboardButton = &tg.InputKeyboardButtonRequestPeer{}
var _ tg.KeyboardButton = &tg.InputKeyboardButtonUrlAuth{}
var _ tg.KeyboardButton = &tg.InputKeyboardButtonUserProfile{}
var _ tg.KeyboardButton = &tg.KeyboardButton{}
var _ tg.KeyboardButton = &tg.KeyboardButtonBuy{}
// ... and 13 more constructors