Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/3_functions.ts>channels_getParticipants_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class channels_getParticipants_
extends Function_<enums.channels.ChannelParticipants>
import { channels_getParticipants_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get the participants of a supergroup/channel

Constructors

new
channels_getParticipants_(params: { channel: enums.InputChannel; filter: enums.ChannelParticipantsFilter; offset: number; limit: number; hash: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel

Channel

filter: enums.ChannelParticipantsFilter

Which participant types to fetch

hash: bigint
limit: number
offset: number

Static Properties

__F: (params: { channel: enums.InputChannel; filter: enums.ChannelParticipantsFilter; offset: number; limit: number; hash: bigint; }) => enums.channels.ChannelParticipants
readonly
[name]: string
readonly
[paramDesc]: ParamDesc