InlineQueryResultPhoto constructor
const
InlineQueryResultPhoto({})
Constructs an InlineQueryResultPhoto object
Implementation
const InlineQueryResultPhoto({
required this.photoUrl,
required this.thumbnailUrl,
required this.id,
this.photoWidth,
this.photoHeight,
this.title,
this.description,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
this.showCaptionAboveMedia,
});