inlineKeyboardButtonTypeUrl property
A button that opens a specified URL
Implementation
InlineKeyboardButtonTypeUrl? get inlineKeyboardButtonTypeUrl {
if (this is InlineKeyboardButtonTypeUrl) {
return this as InlineKeyboardButtonTypeUrl;
}
return null;
}