inputInlineQueryResultArticle property
Represents a link to an article or web page
Implementation
InputInlineQueryResultArticle? get inputInlineQueryResultArticle {
if (this is InputInlineQueryResultArticle) {
return this as InputInlineQueryResultArticle;
}
return null;
}