UpdateSecretChat constructor

UpdateSecretChat({
  1. String? extra,
  2. int? client_id,
  3. SecretChat? secret_chat,
})

Implementation

UpdateSecretChat({
  super.extra,
  super.client_id,
  this.secret_chat,
});