InlineQueryResultArticle constructor
const
InlineQueryResultArticle({})
Represents a link to an article or web page
Implementation
const InlineQueryResultArticle({
required this.id,
required this.url,
required this.hideUrl,
required this.title,
required this.description,
this.thumbnail,
});