Skip to main content
Module

x/grm/mod.ts>Api.ChatParticipant

MTProto API Client for Deno 🦕
Latest
class Api.ChatParticipant
extends VirtualClass<{ userId: long; inviterId: long; date: int; }>
import { Api } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { ChatParticipant } = Api;

Properties

className: "ChatParticipant"
classType: "constructor"
CONSTRUCTOR_ID: 3224190983
date: int
inviterId: long
SUBCLASS_OF_ID: 2105307014
userId: long