Raw.PrepaidStarsGiveaway
Contains info about a prepaid telegram star giveaway.
prepaidStarsGiveaway#9a9d77e0 id:long stars:long quantity:int boosts:int date:int = PrepaidGiveaway;
export namespace Raw {
export class PrepaidStarsGiveaway {
constructor(params: {
id: bigint;
stars: bigint;
quantity: number;
boosts: number;
date: number;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 198
Constructor ID: 0x9a9d77e0