SecretChat constructor
const
SecretChat({})
Represents a secret chat
Implementation
const SecretChat({
required this.id,
required this.userId,
required this.state,
required this.isOutbound,
required this.keyHash,
required this.layer,
this.extra,
this.clientId,
});