class types.UpdateChannelParticipant
extends _TypeUpdate
import { types } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { UpdateChannelParticipant } = types;
Constructors
new
UpdateChannelParticipant(params: { viaChatlist?: true; channelId: bigint; date: number; actorId: bigint; userId: bigint; prevParticipant?: TypeChannelParticipant; newParticipant?: TypeChannelParticipant; invite?: TypeExportedChatInvite; qts: number; })Properties
protected
readonly
[params]: Paramsoptional
invite: TypeExportedChatInviteoptional
newParticipant: TypeChannelParticipantoptional
prevParticipant: TypeChannelParticipantStatic Properties
readonly
[paramDesc]: ParamDesc