Raw.InputInvoicePremiumGiftStars
inputInvoicePremiumGiftStars#dabab2ef flags:# user_id:InputUser months:int message:flags.0?TextWithEntities = InputInvoice;export namespace Raw {
export class InputInvoicePremiumGiftStars {
constructor(params: {
userId: Raw.TypeInputUser;
months: number;
message?: Raw.TypeTextWithEntities;
}) {}
}
}🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 201
Constructor ID: 0xdabab2ef
Property
userId: Raw.TypeInputUsermonths: numbermessage: Raw.TypeTextWithEntities or undefined