channels.GetAdminLog
- class pyrogram.raw.functions.channels.GetAdminLog
Get the admin log of a channel/supergroup
- Details:
Layer:
194
ID:
33DDF480
- Parameters:
channel (
InputChannel
) – Channelq (
str
) – Search query, can be emptymax_id (
int
64-bit
) – Maximum ID of message to return (see pagination)min_id (
int
64-bit
) – Minimum ID of message to return (see pagination)limit (
int
32-bit
) – Maximum number of results to return, see paginationevents_filter (
ChannelAdminLogEventsFilter
, optional) – Event filteradmins (List of
InputUser
, optional) – Only show events from these admins
- Returns: