Skip to main content
Module

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

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

Properties

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