Skip to main content
Module

x/mtkruto/mod.ts>functions.ChannelsGetAdminLog

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.ChannelsGetAdminLog
import { functions } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { ChannelsGetAdminLog } = functions;

Constructors

new
ChannelsGetAdminLog(params: { channel: types.TypeInputChannel; q: string; eventsFilter?: types.TypeChannelAdminLogEventsFilter; admins?: Array<types.TypeInputUser>; maxId: bigint; minId: bigint; limit: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
admins: Array<types.TypeInputUser>
limit: number
maxId: bigint
minId: bigint
q: string

Static Properties

readonly
[paramDesc]: ParamDesc