Raw.StarsGiftOption

Raw.StarsGiftOption

starsGiftOption#5e0589f1 flags:# extended:flags.1?true stars:long store_product:flags.0?string currency:string amount:long = StarsGiftOption;
export namespace Raw {
  export class StarsGiftOption {
    constructor(params: {
      extended?: boolean;
      stars: bigint;
      storeProduct?: string;
      currency: string;
      amount: bigint;
    }) {}
  }
}
🚫

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

Layer: 185
Constructor ID: 0x5e0589f1

Property