SecretChat constructor
SecretChat({})
Implementation
SecretChat({
required this.id,
required this.userId,
this.state,
required this.isOutbound,
required this.keyHash,
required this.layer,
});
SecretChat({
required this.id,
required this.userId,
this.state,
required this.isOutbound,
required this.keyHash,
required this.layer,
});