Raw.MessageActionGiftStars
messageActionGiftStars#45d5b021 flags:# currency:string amount:long stars:long crypto_currency:flags.0?string crypto_amount:flags.0?long transaction_id:flags.1?string = MessageAction;
export namespace Raw {
export class MessageActionGiftStars {
constructor(params: {
currency: string;
amount: bigint;
stars: bigint;
cryptoCurrency?: string;
cryptoAmount?: bigint;
transactionId?: string;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x45d5b021