replyMarkupShowKeyboard property
Contains a custom keyboard layout to quickly reply to bots
Implementation
ReplyMarkupShowKeyboard? get replyMarkupShowKeyboard {
if (this is ReplyMarkupShowKeyboard) {
return this as ReplyMarkupShowKeyboard;
}
return null;
}