Skip to main content
Module

x/grm/mod.ts>tl.Api.channels.ChannelParticipants

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.channels.ChannelParticipants
extends VirtualClass<{ count: int; participants: Api.TypeChannelParticipant[]; chats: Api.TypeChat[]; users: Api.TypeUser[]; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { ChannelParticipants } = tl.Api.channels;

Properties

chats: Api.TypeChat[]
className: "channels.ChannelParticipants"
classType: "constructor"
CONSTRUCTOR_ID: 2595290799
count: int
SUBCLASS_OF_ID: 3859443300
users: Api.TypeUser[]