replyMarkupInlineKeyboard property

ReplyMarkupInlineKeyboard? replyMarkupInlineKeyboard

Contains an inline keyboard layout

Implementation

ReplyMarkupInlineKeyboard? get replyMarkupInlineKeyboard {
  if (this is ReplyMarkupInlineKeyboard) {
    return this as ReplyMarkupInlineKeyboard;
  }
  return null;
}