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

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

Represents multiple channel participants

Constructors

new
channels_ChannelParticipants_(params: { count: number; participants: Array<enums.ChannelParticipant>; chats: Array<enums.Chat>; users: Array<enums.User>; })

Properties

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

Mentioned chats

count: number

Total number of participants that correspond to the given query

participants: Array<enums.ChannelParticipant>

Participants

users: Array<enums.User>

Users mentioned in participant info

Static Properties

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