CloseSecretChat constructor

CloseSecretChat({
  1. String? extra,
  2. int? client_id,
  3. int32? secret_chat_id,
})

Implementation

CloseSecretChat({
  super.extra,
  super.client_id,
  this.secret_chat_id,
});