replyMarkup property

  1. @JsonKey(name: 'reply_markup')
InlineKeyboardMarkup? get replyMarkup
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;