AnimatedChatPhoto constructor

AnimatedChatPhoto({
  1. String? extra,
  2. int? client_id,
  3. int32? length,
  4. File? file,
  5. double? main_frame_timestamp,
})

Implementation

AnimatedChatPhoto({
  super.extra,
  super.client_id,
  this.length,
  this.file,
  this.main_frame_timestamp,
});