InputInlineQueryResultArticle constructor
const
InputInlineQueryResultArticle({
- required String id,
- required String url,
- required bool hideUrl,
- required String title,
- required String description,
- required String thumbnailUrl,
- required int thumbnailWidth,
- required int thumbnailHeight,
- ReplyMarkup? replyMarkup,
- required InputMessageContent inputMessageContent,
Represents a link to an article or web page
Implementation
const InputInlineQueryResultArticle({
required this.id,
required this.url,
required this.hideUrl,
required this.title,
required this.description,
required this.thumbnailUrl,
required this.thumbnailWidth,
required this.thumbnailHeight,
this.replyMarkup,
required this.inputMessageContent,
});