TDLib v0.0.2 TDLib.Method.GetChatEventLog View Source

Returns a list of service actions taken by chat members and administrators in the last 48 hours. Available only in supergroups and channels. Requires administrator rights. Returns results in reverse chronological order (i. e., in order of decreasing event_id). Returns object_ptr.

NameTypeDescription
chat_idstringChat identifier.
querystringSearch query by which to filter events.
from_event_idstringIdentifier of an event from which to return results. Use 0 to get results from the latest events.
limitnumberMaximum number of events to return; up to 100.
filterschatEventLogFiltersThe types of events to return. By default, all types will be returned.
user_idsnumber[]User identifiers by which to filter events. By default, events relating to all users will be returned.

More details on telegram’s documentation.