InlineQueryResultGif constructor
InlineQueryResultGif({})
Basic constructor
Implementation
InlineQueryResultGif({
required this.id,
required this.gifUrl,
this.gifWidth,
this.gifHeight,
this.gifDuration,
required this.thumbUrl,
this.thumbMimeType,
this.title,
this.caption,
this.parseMode,
this.captionEntities,
this.replyMarkup,
this.inputMessageContent,
});