teleproto - v1.229.0
    Preparing search index...

    Class UpdateChannelParticipant

    Hierarchy (View Summary)

    Index
    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    actorId: BigInteger
    channelId: BigInteger
    className: "UpdateChannelParticipant"
    classType: "constructor"
    CONSTRUCTOR_ID: 2556246715
    date: number
    newParticipant?: Api.TypeChannelParticipant
    originalArgs: {
        actorId: BigInteger;
        channelId: BigInteger;
        date: number;
        invite?: Api.TypeExportedChatInvite;
        newParticipant?: Api.TypeChannelParticipant;
        prevParticipant?: Api.TypeChannelParticipant;
        qts: number;
        userId: BigInteger;
        viaChatlist?: boolean;
    }
    prevParticipant?: Api.TypeChannelParticipant
    qts: number
    SUBCLASS_OF_ID: 2676568142
    userId: BigInteger
    viaChatlist?: boolean