teleproto - v1.229.0
    Preparing search index...

    Class RequestedPeerUser

    Hierarchy (View Summary)

    • VirtualClass<
          {
              firstName?: string;
              lastName?: string;
              photo?: Api.TypePhoto;
              userId: long;
              username?: string;
          },
      >
      • RequestedPeerUser
    Index
    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "RequestedPeerUser"
    classType: "constructor"
    CONSTRUCTOR_ID: 3593466986
    firstName?: string
    lastName?: string
    originalArgs: {
        firstName?: string;
        lastName?: string;
        photo?: Api.TypePhoto;
        userId: BigInteger;
        username?: string;
    }
    photo?: Api.TypePhoto
    SUBCLASS_OF_ID: 3263724560
    userId: BigInteger
    username?: string