GetChatEventLog constructor
const
GetChatEventLog({})
Returns a list of service actions taken by chat members and administrators in the last 48 hours. Available only for supergroups and channels. Requires administrator rights. Returns results in reverse chronological order (i.e., in order of decreasing event_id)
Implementation
const GetChatEventLog({
required this.chatId,
required this.query,
required this.fromEventId,
required this.limit,
this.filters,
required this.userIds,
});