InlineQueryResultMpeg4Gif constructor
InlineQueryResultMpeg4Gif({})
Basic constructor
Implementation
InlineQueryResultMpeg4Gif({
required this.id,
required this.mpeg4Url,
this.mpeg4Width,
this.mpeg4Height,
this.mpeg4Duration,
required this.thumbUrl,
this.thumbMimeType,
this.title,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
});