teleproto - v1.229.0
    Preparing search index...

    Class MessageActionPaymentSentMe

    Hierarchy (View Summary)

    • VirtualClass<
          {
              charge: TypePaymentCharge;
              currency: string;
              info?: TypePaymentRequestedInfo;
              payload: bytes;
              recurringInit?: boolean;
              recurringUsed?: boolean;
              shippingOptionId?: string;
              subscriptionUntilDate?: int;
              totalAmount: long;
          },
      >
      • MessageActionPaymentSentMe
    Index
    • Returns {
          charge: PaymentCharge;
          currency: string;
          info?: PaymentRequestedInfo;
          payload: bytes;
          recurringInit?: boolean;
          recurringUsed?: boolean;
          shippingOptionId?: string;
          subscriptionUntilDate?: number;
          totalAmount: BigInteger;
      }

    className: string
    classType: "constructor" | "request"
    CONSTRUCTOR_ID: number
    SUBCLASS_OF_ID: number
    className: "MessageActionPaymentSentMe"
    classType: "constructor"
    CONSTRUCTOR_ID: 4288679116
    currency: string
    originalArgs: {
        charge: PaymentCharge;
        currency: string;
        info?: PaymentRequestedInfo;
        payload: bytes;
        recurringInit?: boolean;
        recurringUsed?: boolean;
        shippingOptionId?: string;
        subscriptionUntilDate?: number;
        totalAmount: BigInteger;
    }
    payload: bytes
    recurringInit?: boolean
    recurringUsed?: boolean
    shippingOptionId?: string
    SUBCLASS_OF_ID: 2256589094
    subscriptionUntilDate?: number
    totalAmount: BigInteger