CreateSecretChat constructor

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

Implementation

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