Skip to main content
Module

x/grm/mod.ts>Api.ChatParticipants

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