CreateSecretChat constructor

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

Returns an existing chat corresponding to a known secret chat

Implementation

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