GetChatEventLog constructor
GetChatEventLog({})
Implementation
GetChatEventLog({
required this.chatId,
required this.query,
required this.fromEventId,
required this.limit,
this.filters,
required this.userIds,
});