Raw.InputStorePaymentStarsGift
inputStorePaymentStarsGift#1d741ef7 user_id:InputUser stars:long currency:string amount:long = InputStorePaymentPurpose;
export namespace Raw {
export class InputStorePaymentStarsGift {
constructor(params: {
userId: Raw.TypeInputUser;
stars: bigint;
currency: string;
amount: bigint;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x1d741ef7
Property
userId
: Raw.TypeInputUserstars
: bigintcurrency
: stringamount
: bigint