InlineQueryResultMpeg4Gif constructor
InlineQueryResultMpeg4Gif({
- required String id,
- required String mpeg4Url,
- int? mpeg4Width,
- int? mpeg4Height,
- int? mpeg4Duration,
- required String thumbUrl,
- String? thumbMimeType,
- String? title,
- String? caption,
- ParseMode? parseMode,
- List<
MessageEntity> ? captionEntities, - InlineKeyboardMarkup? replyMarkup,
- InputMessageContent? inputMessageContent,
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,
});