CloseSecretChat constructor
const
CloseSecretChat({
- required int secretChatId,
Closes a secret chat, effectively transferring its state to secretChatStateClosed
Implementation
const CloseSecretChat({
required this.secretChatId,
});