CreateSecretChat constructor
const
CreateSecretChat({
- required int secretChatId,
Returns an existing chat corresponding to a known secret chat
Implementation
const CreateSecretChat({
required this.secretChatId,
});