teleproto - v1.229.0
    Preparing search index...

    Class UpdateChatParticipant

    Hierarchy (View Summary)

    Index
    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    actorId: BigInteger
    chatId: BigInteger
    className: "UpdateChatParticipant"
    classType: "constructor"
    CONSTRUCTOR_ID: 3498534458
    date: number
    newParticipant?: TypeChatParticipant
    originalArgs: {
        actorId: BigInteger;
        chatId: BigInteger;
        date: number;
        invite?: Api.TypeExportedChatInvite;
        newParticipant?: TypeChatParticipant;
        prevParticipant?: TypeChatParticipant;
        qts: number;
        userId: BigInteger;
    }
    prevParticipant?: TypeChatParticipant
    qts: number
    SUBCLASS_OF_ID: 2676568142
    userId: BigInteger