replyMarkup property

  1. @JsonKey(name: 'reply_markup')
InlineKeyboardMarkup? get replyMarkup
inherited

Optional. Inline keyboard attached to the message

Implementation

@JsonKey(name: 'reply_markup')
InlineKeyboardMarkup? get replyMarkup;