replyMarkupForceReply property
Instructs application to force a reply to this message
Implementation
ReplyMarkupForceReply? get replyMarkupForceReply {
if (this is ReplyMarkupForceReply) {
return this as ReplyMarkupForceReply;
}
return null;
}