Raw.payments.SaveStarGift
Display or remove a received gift from our profile.
payments.saveStarGift#2a2a697c flags:# unsave:flags.0?true stargift:InputSavedStarGift = Bool;
export namespace Raw {
export namespace payments {
export class SaveStarGift {
constructor(params: { unsave?: boolean; stargift: Raw.TypeInputSavedStarGift }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 198
Constructor ID: 0x2a2a697c
Property
unsave
: boolean or undefinedIf set, hides the gift from our profile.
stargift
: Raw.TypeInputSavedStarGift