CreateNewSecretChat constructor

const CreateNewSecretChat({
  1. required int userId,
})

Creates a new secret chat. Returns the newly created chat

Implementation

const CreateNewSecretChat({
  required this.userId,
});