AddSavedAnimation constructor

AddSavedAnimation({
  1. String? extra,
  2. int? client_id,
  3. InputFile? animation,
})

Implementation

AddSavedAnimation({
  super.extra,
  super.client_id,
  this.animation,
});