teleproto - v1.229.0
    Preparing search index...

    Class StarsSubscription

    Hierarchy (View Summary)

    • VirtualClass<
          {
              botCanceled?: boolean;
              canceled?: boolean;
              canRefulfill?: boolean;
              chatInviteHash?: string;
              id: string;
              invoiceSlug?: string;
              missingBalance?: boolean;
              peer: TypePeer;
              photo?: TypeWebDocument;
              pricing: TypeStarsSubscriptionPricing;
              title?: string;
              untilDate: int;
          },
      >
      • StarsSubscription
    Index
    • Parameters

      • args: {
            botCanceled?: boolean;
            canceled?: boolean;
            canRefulfill?: boolean;
            chatInviteHash?: string;
            id: string;
            invoiceSlug?: string;
            missingBalance?: boolean;
            peer: TypePeer;
            photo?: TypeWebDocument;
            pricing: StarsSubscriptionPricing;
            title?: string;
            untilDate: number;
        }

      Returns StarsSubscription

    • Returns {
          botCanceled?: boolean;
          canceled?: boolean;
          canRefulfill?: boolean;
          chatInviteHash?: string;
          id: string;
          invoiceSlug?: string;
          missingBalance?: boolean;
          peer: TypePeer;
          photo?: TypeWebDocument;
          pricing: StarsSubscriptionPricing;
          title?: string;
          untilDate: number;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    botCanceled?: boolean
    canceled?: boolean
    canRefulfill?: boolean
    chatInviteHash?: string
    className: "StarsSubscription"
    classType: "constructor"
    CONSTRUCTOR_ID: 779004698
    id: string
    invoiceSlug?: string
    missingBalance?: boolean
    originalArgs: {
        botCanceled?: boolean;
        canceled?: boolean;
        canRefulfill?: boolean;
        chatInviteHash?: string;
        id: string;
        invoiceSlug?: string;
        missingBalance?: boolean;
        peer: TypePeer;
        photo?: TypeWebDocument;
        pricing: StarsSubscriptionPricing;
        title?: string;
        untilDate: number;
    }
    peer: TypePeer
    SUBCLASS_OF_ID: 3974965699
    title?: string
    untilDate: number