InputMessageVideo constructor

InputMessageVideo({
  1. String? extra,
  2. int? client_id,
  3. InputFile? video,
  4. InputThumbnail? thumbnail,
  5. vector<int32>? added_sticker_file_ids,
  6. int32? duration,
  7. int32? width,
  8. int32? height,
  9. Bool? supports_streaming,
  10. FormattedText? caption,
  11. int32? self_destruct_time,
  12. Bool? has_spoiler,
})

Implementation

InputMessageVideo({
  super.extra,
  super.client_id,
  this.video,
  this.thumbnail,
  this.added_sticker_file_ids,
  this.duration,
  this.width,
  this.height,
  this.supports_streaming,
  this.caption,
  this.self_destruct_time,
  this.has_spoiler,
});