get_chat_event_log


Description:

public async ChatEvents get_chat_event_log (int64 chat_id, string query, int64 from_event_id, int32 limit, ChatEventLogFilters filters, ArrayList<int64?> user_ids) throws TDLibError

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)

Parameters:

chat_id

Chat identifier

query

Search query by which to filter events

from_event_id

Identifier of an event from which to return results. Use 0 to get results from the latest events

limit

The maximum number of events to return; up to 100

filters

The types of events to return; pass null to get chat events of all types

user_ids

User identifiers by which to filter events. By default, events relating to all users will be returned