CreateNewSupergroupChat constructor

CreateNewSupergroupChat({
  1. String? extra,
  2. int? client_id,
  3. string? title,
  4. Bool? is_channel,
  5. string? description,
  6. ChatLocation? location,
  7. int32? message_auto_delete_time,
  8. Bool? for_import,
})

Implementation

CreateNewSupergroupChat({
  super.extra,
  super.client_id,
  this.title,
  this.is_channel,
  this.description,
  this.location,
  this.message_auto_delete_time,
  this.for_import,
});