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