Skip to main content
Module

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

MTProto API Client for Deno 🦕
Latest
class tl.Api.UpdateChatParticipant
extends VirtualClass<{ chatId: long; date: int; actorId: long; userId: long; prevParticipant?: Api.TypeChatParticipant; newParticipant?: Api.TypeChatParticipant; invite?: Api.TypeExportedChatInvite; qts: int; }>
import { tl } from "https://deno.land/x/grm@0.8.2/mod.ts";
const { UpdateChatParticipant } = tl.Api;

Properties

actorId: long
chatId: long
className: "UpdateChatParticipant"
classType: "constructor"
CONSTRUCTOR_ID: 3498534458
date: int
optional
newParticipant: Api.TypeChatParticipant
optional
prevParticipant: Api.TypeChatParticipant
qts: int
SUBCLASS_OF_ID: 2676568142
userId: long