SaveApplicationLogEvent constructor
const
SaveApplicationLogEvent({})
Saves application log event on the server. Can be called before authorization
Implementation
const SaveApplicationLogEvent({
required this.type,
required this.chatId,
required this.data,
});