InlineQueryResultGif constructor
InlineQueryResultGif({
- required String id,
- String type = InlineQueryResult.typeGif,
- required String gifUrl,
- int? gifWidth,
- int? gifHeight,
- int? gifDuration,
- required String thumbnailUrl,
- String? thumbnailMimeType,
- String? title,
- String? parseMode,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
Implementation
InlineQueryResultGif({
required this.id,
this.type = InlineQueryResult.typeGif,
required this.gifUrl,
this.gifWidth,
this.gifHeight,
this.gifDuration,
required this.thumbnailUrl,
this.thumbnailMimeType,
this.title,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
});