class types.UpdateChatParticipant
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.0.998/mod.ts";
const { UpdateChatParticipant } = types;
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