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