class UpdateChatParticipant
extends _TypeUpdate
import { UpdateChatParticipant } from "https://deno.land/x/mtkruto@0.1.101/tl/2_types.ts";
Constructors
new
UpdateChatParticipant(params: { chatId: bigint; date: number; actorId: bigint; userId: bigint; prevParticipant?: TypeChatParticipant; newParticipant?: TypeChatParticipant; invite?: TypeExportedChatInvite; qts: number; })Properties
protected
readonly
[params]: Paramsoptional
invite: TypeExportedChatInviteoptional
newParticipant: TypeChatParticipantoptional
prevParticipant: TypeChatParticipantStatic Properties
readonly
[paramDesc]: ParamDesc