inlineKeyboardButtonTypeUser property
A button with a user reference to be handled in the same way as textEntityTypeMentionName entities
Implementation
InlineKeyboardButtonTypeUser? get inlineKeyboardButtonTypeUser {
if (this is InlineKeyboardButtonTypeUser) {
return this as InlineKeyboardButtonTypeUser;
}
return null;
}