InlineQueryResultCachedPhoto constructor
const
InlineQueryResultCachedPhoto({
- required String photoFileId,
- required String id,
- String? title,
- String? description,
- ParseMode? parseMode,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
- bool? showCaptionAboveMedia,
Constructs an InlineQueryResultCachedPhoto object
Implementation
const InlineQueryResultCachedPhoto({
required this.photoFileId,
required this.id,
this.title,
this.description,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
this.showCaptionAboveMedia,
});