Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.PhoneGetGroupParticipants

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

Constructors

new
PhoneGetGroupParticipants(params: { call: types.TypeInputGroupCall; ids: Array<types.TypeInputPeer>; sources: Array<number>; offset: string; limit: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
call: types.TypeInputGroupCall
ids: Array<types.TypeInputPeer>
limit: number
offset: string
sources: Array<number>

Static Properties

readonly
[paramDesc]: ParamDesc