teleproto - v1.229.0
    Preparing search index...

    Class ConnectedBotStarRef

    Hierarchy (View Summary)

    • VirtualClass<
          {
              botId: long;
              commissionPermille: int;
              date: int;
              durationMonths?: int;
              participants: long;
              revenue: long;
              revoked?: boolean;
              url: string;
          },
      >
      • ConnectedBotStarRef
    Index
    • Parameters

      • args: {
            botId: BigInteger;
            commissionPermille: number;
            date: number;
            durationMonths?: number;
            participants: BigInteger;
            revenue: BigInteger;
            revoked?: boolean;
            url: string;
        }

      Returns ConnectedBotStarRef

    • Returns {
          botId: BigInteger;
          commissionPermille: number;
          date: number;
          durationMonths?: number;
          participants: BigInteger;
          revenue: BigInteger;
          revoked?: boolean;
          url: string;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    botId: BigInteger
    className: "ConnectedBotStarRef"
    classType: "constructor"
    commissionPermille: number
    CONSTRUCTOR_ID: 429997937
    date: number
    durationMonths?: number
    originalArgs: {
        botId: BigInteger;
        commissionPermille: number;
        date: number;
        durationMonths?: number;
        participants: BigInteger;
        revenue: BigInteger;
        revoked?: boolean;
        url: string;
    }
    participants: BigInteger
    revenue: BigInteger
    revoked?: boolean
    SUBCLASS_OF_ID: 2689765260
    url: string