Skip to main content
Module

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

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

Properties

chatId: long
className: "UpdateChatParticipantAdd"
classType: "constructor"
CONSTRUCTOR_ID: 1037718609
date: int
inviterId: long
SUBCLASS_OF_ID: 2676568142
userId: long
version: int

Static Methods

fromReader(reader: Reader): UpdateChatParticipantAdd