InputInlineQueryResultAnimation constructor
const
InputInlineQueryResultAnimation({
- required String id,
- required String title,
- required String thumbnailUrl,
- required String thumbnailMimeType,
- required String videoUrl,
- required String videoMimeType,
- required int videoDuration,
- required int videoWidth,
- required int videoHeight,
- ReplyMarkup? replyMarkup,
- required InputMessageContent inputMessageContent,
Represents a link to an animated GIF or an animated (i.e., without sound) H.264/MPEG-4 AVC video
Implementation
const InputInlineQueryResultAnimation({
required this.id,
required this.title,
required this.thumbnailUrl,
required this.thumbnailMimeType,
required this.videoUrl,
required this.videoMimeType,
required this.videoDuration,
required this.videoWidth,
required this.videoHeight,
this.replyMarkup,
required this.inputMessageContent,
});