InlineQueryResultMpeg4Gif constructor
const
InlineQueryResultMpeg4Gif({
- required String mpeg4Url,
- required String thumbnailUrl,
- required String id,
- int? mpeg4Width,
- int? mpeg4Height,
- int? mpeg4Duration,
- String? thumbnailMimeType,
- String? title,
- ParseMode? parseMode,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
- bool? showCaptionAboveMedia,
Constructs an InlineQueryResultMpeg4Gif object
Implementation
const InlineQueryResultMpeg4Gif({
required this.mpeg4Url,
required this.thumbnailUrl,
required this.id,
this.mpeg4Width,
this.mpeg4Height,
this.mpeg4Duration,
this.thumbnailMimeType,
this.title,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
this.showCaptionAboveMedia,
});