InlineQueryResultCachedPhoto constructor
InlineQueryResultCachedPhoto({
- required String id,
- String type = InlineQueryResult.typePhoto,
- required String photoFileId,
- String? title,
- String? description,
- String? parseMode,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
Implementation
InlineQueryResultCachedPhoto({
required this.id,
this.type = InlineQueryResult.typePhoto,
required this.photoFileId,
this.title,
this.description,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
});