InlineQueryResultCachedGif constructor
InlineQueryResultCachedGif({
- required String id,
- String type = InlineQueryResult.typeGif,
- required String gifFileId,
- String? title,
- String? parseMode,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
Implementation
InlineQueryResultCachedGif({
required this.id,
this.type = InlineQueryResult.typeGif,
required this.gifFileId,
this.title,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
});