Skip to main content
Module

x/grm/mod.ts>tl.Api.ChatParticipants

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.ChatParticipants
extends VirtualClass<{ chatId: long; participants: Api.TypeChatParticipant[]; version: int; }>
import { tl } from "https://deno.land/x/grm@0.5.0/mod.ts";
const { ChatParticipants } = tl.Api;

Properties

chatId: long
className: "ChatParticipants"
classType: "constructor"
CONSTRUCTOR_ID: 1018991608
participants: Api.TypeChatParticipant[]
SUBCLASS_OF_ID: 531142001
version: int

Static Methods

fromReader(reader: Reader): ChatParticipants