CloseSecretChat constructor

const CloseSecretChat({
  1. required int secretChatId,
})

Closes a secret chat, effectively transferring its state to secretChatStateClosed

Implementation

const CloseSecretChat({
  required this.secretChatId,
});