InputMediaAnimation constructor
InputMediaAnimation({})
Implementation
InputMediaAnimation({
this.type = InputMedia.typeAnimation,
required this.media,
this.thumbnail,
this.caption,
this.parseMode,
this.captionEntities,
this.width,
this.height,
this.duration,
this.hasSpoiler,
});