GetSecretChat constructor
const
GetSecretChat({
- required int secretChatId,
Returns information about a secret chat by its identifier. This is an offline request
Implementation
const GetSecretChat({
required this.secretChatId,
});