ChatStatisticsAdministratorActionsInfo constructor

ChatStatisticsAdministratorActionsInfo({
  1. String? extra,
  2. int? client_id,
  3. int53? user_id,
  4. int32? deleted_message_count,
  5. int32? banned_user_count,
  6. int32? restricted_user_count,
})

Implementation

ChatStatisticsAdministratorActionsInfo({
  super.extra,
  super.client_id,
  this.user_id,
  this.deleted_message_count,
  this.banned_user_count,
  this.restricted_user_count,
});