GetSecretChat constructor

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

Returns information about a secret chat by its identifier. This is an offline request

Implementation

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