replyMarkup property
- @JsonKey(name: 'reply_markup')
inherited
Optional. Inline keyboard attached to the message. login_url buttons are represented as ordinary url buttons.
Implementation
@JsonKey(name: 'reply_markup')
InlineKeyboardMarkup? get replyMarkup;