class functions.ChannelsGetAdminLog extends Function<types.TypeChannelsAdminLogResults>import { functions } from "https://deno.land/x/mtkruto@0.1.117/mod.ts"; const { ChannelsGetAdminLog } = functions; ConstructorsnewChannelsGetAdminLog(params: { channel: types.TypeInputChannel; q: string; eventsFilter?: types.TypeChannelAdminLogEventsFilter; admins?: Array<types.TypeInputUser>; maxId: bigint; minId: bigint; limit: number; })Propertiesprotectedreadonly[id]protectedreadonly[params]: Paramsoptionaladmins: Array<types.TypeInputUser>channel: types.TypeInputChanneloptionaleventsFilter: types.TypeChannelAdminLogEventsFilterlimit: numbermaxId: bigintminId: bigintq: stringStatic Propertiesreadonly[paramDesc]: ParamDesc