Skip to main content
Module

x/mtkruto/mod.ts>functions.ChannelsGetParticipants

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.ChannelsGetParticipants
extends Function<types.TypeChannelsChannelParticipants>
import { functions } from "https://deno.land/x/mtkruto@0.1.118/mod.ts";
const { ChannelsGetParticipants } = functions;

Constructors

new
ChannelsGetParticipants(params: { channel: types.TypeInputChannel; filter: types.TypeChannelParticipantsFilter; offset: number; limit: number; hash: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
channel: types.TypeInputChannel
filter: types.TypeChannelParticipantsFilter
hash: bigint
limit: number
offset: number

Static Properties

readonly
[paramDesc]: ParamDesc