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

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

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