Skip to main content
Module

x/grm/mod.ts>Api.UpdateChannelParticipant

MTProto API Client for Deno 🦕
Go to Latest
class Api.UpdateChannelParticipant
extends VirtualClass<{ channelId: long; date: int; actorId: long; userId: long; prevParticipant?: Api.TypeChannelParticipant; newParticipant?: Api.TypeChannelParticipant; invite?: Api.TypeExportedChatInvite; qts: int; }>
import { Api } from "https://deno.land/x/grm@0.6.0/mod.ts";
const { UpdateChannelParticipant } = Api;

Properties

actorId: long
channelId: long
className: "UpdateChannelParticipant"
classType: "constructor"
CONSTRUCTOR_ID: 2556246715
date: int
optional
newParticipant: Api.TypeChannelParticipant
optional
prevParticipant: Api.TypeChannelParticipant
qts: int
SUBCLASS_OF_ID: 2676568142
userId: long