InlineQueryResultMpeg4Gif constructor
InlineQueryResultMpeg4Gif({
- required String id,
- String type = InlineQueryResult.typeMpeg4Gif,
- required String mpeg4Url,
- int? mpeg4Width,
- int? mpeg4Height,
- int? mpeg4Duration,
- required String thumbnailUrl,
- String? thumbnailMimeType,
- String? title,
- String? parseMode,
- InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
Implementation
InlineQueryResultMpeg4Gif({
required this.id,
this.type = InlineQueryResult.typeMpeg4Gif,
required this.mpeg4Url,
this.mpeg4Width,
this.mpeg4Height,
this.mpeg4Duration,
required this.thumbnailUrl,
this.thumbnailMimeType,
this.title,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
});