class UpdateChatParticipant_
extends _Update_
import { UpdateChatParticipant_ } from "https://deno.land/x/mtkruto@0.1.130/tl/2_types.ts";
Constructors
new
UpdateChatParticipant_(params: { chat_id: bigint; date: number; actor_id: bigint; user_id: bigint; prev_participant?: enums.ChatParticipant; new_participant?: enums.ChatParticipant; invite?: enums.ExportedChatInvite; qts: number; })Properties
protected
readonly
[params]: Paramsoptional
invite: enums.ExportedChatInviteoptional
new_participant: enums.ChatParticipantoptional
prev_participant: enums.ChatParticipantStatic Properties
readonly
[paramDesc]: ParamDesc