GetChatEventLog constructor

GetChatEventLog(
  1. {required int chat_id,
  2. required String query,
  3. required int64 from_event_id,
  4. required int limit,
  5. ChatEventLogFilters? filters,
  6. required List<int> user_ids,
  7. int? extra,
  8. int? clientId}
)

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)

Returns ChatEvents

Implementation

GetChatEventLog