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