Layer 220
ReplyInlineMarkup
Bot or inline keyboard
constructor
replyInlineMarkup#48a30254 rows:Vector<KeyboardButtonRow> = ReplyMarkup;
Parameters
| Name | Type | Description |
|---|---|---|
| Rows | Vector<KeyboardButtonRow> | Bot or inline keyboard rows |
Returns
ReplyMarkupGogram Example
// Creating ReplyInlineMarkup constructor obj := &tg.ReplyInlineMarkup{ Rows: []tg.KeyboardButtonRow{&tg.KeyboardButtonRow{}}, }