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>phone_getGroupParticipants_

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

Get group call participants

Constructors

new
phone_getGroupParticipants_(params: { call: enums.InputGroupCall; ids: Array<enums.InputPeer>; sources: Array<number>; offset: string; limit: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
call: enums.InputGroupCall

Group call

ids: Array<enums.InputPeer>

If specified, will fetch group participant info about the specified peers

limit: number

Maximum number of results to return, see pagination

offset: string

Offset for results, taken from the next_offset field of phone.groupParticipants, initially an empty string.
Note: if no more results are available, the method call will return an empty next_offset; thus, avoid providing the next_offset returned in phone.groupParticipants if it is empty, to avoid an infinite loop.

sources: Array<number>

If specified, will fetch group participant info about the specified WebRTC source IDs

Static Properties

__F: (params: { call: enums.InputGroupCall; ids: Array<enums.InputPeer>; sources: Array<number>; offset: string; limit: number; }) => enums.phone.GroupParticipants
readonly
[name]: string
readonly
[paramDesc]: ParamDesc