Raw.StarsRevenueStatus

Raw.StarsRevenueStatus

starsRevenueStatus#79342946 flags:# withdrawal_enabled:flags.0?true current_balance:long available_balance:long overall_revenue:long next_withdrawal_at:flags.1?int = StarsRevenueStatus;
export namespace Raw {
  export class StarsRevenueStatus {
    constructor(params: {
      withdrawalEnabled?: boolean;
      currentBalance: bigint;
      availableBalance: bigint;
      overallRevenue: bigint;
      nextWithdrawalAt?: number;
    }) {}
  }
}
🚫

This is a types constructor, you can’t use it as method when call invoke.

Layer: 185
Constructor ID: 0x79342946

Property