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

x/mtkruto/tl/2_types.ts>phone_GroupParticipants_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class phone_GroupParticipants_
import { phone_GroupParticipants_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Info about the participants of a group call or livestream

Constructors

new
phone_GroupParticipants_(params: { count: number; participants: Array<enums.GroupCallParticipant>; next_offset: string; chats: Array<enums.Chat>; users: Array<enums.User>; version: number; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
chats: Array<enums.Chat>

Mentioned chats

count: number

Number of participants

next_offset: string

If not empty, the specified list of participants is partial, and more participants can be fetched specifying this parameter as offset in phone.getGroupParticipants.

participants: Array<enums.GroupCallParticipant>

List of participants

users: Array<enums.User>

Mentioned users

version: number

Version info

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc