InputInlineQueryResultPhoto constructor
const
InputInlineQueryResultPhoto({
- required String id,
- required String title,
- required String description,
- required String thumbnailUrl,
- required String photoUrl,
- required int photoWidth,
- required int photoHeight,
- ReplyMarkup? replyMarkup,
- required InputMessageContent inputMessageContent,
Represents link to a JPEG image
Implementation
const InputInlineQueryResultPhoto({
required this.id,
required this.title,
required this.description,
required this.thumbnailUrl,
required this.photoUrl,
required this.photoWidth,
required this.photoHeight,
this.replyMarkup,
required this.inputMessageContent,
});