SecretChat constructor

SecretChat({
  1. String? extra,
  2. int? client_id,
  3. int32? id,
  4. int53? user_id,
  5. SecretChatState? state,
  6. Bool? is_outbound,
  7. bytes? key_hash,
  8. int32? layer,
})

Implementation

SecretChat({
  super.extra,
  super.client_id,
  this.id,
  this.user_id,
  this.state,
  this.is_outbound,
  this.key_hash,
  this.layer,
});