Raw.payments.GetStarsSubscriptions
Obtain a list of active, expired or cancelled telegram star subscriptions.
payments.getStarsSubscriptions#32512c5 flags:# missing_balance:flags.0?true peer:InputPeer offset:string = payments.StarsStatus;
export namespace Raw {
export namespace payments {
export class GetStarsSubscriptions {
constructor(params: { missingBalance?: boolean; peer: Raw.TypeInputPeer; offset: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 198
Constructor ID: 0x32512c5
Property
missingBalance
: boolean or undefinedWhether to return only subscriptions expired due to an excessively low telegram star balance.
peer
: Raw.TypeInputPeerAlways pass inputpeerself.
offset
: stringOffset for pagination, taken from payments.starsstatus.subscriptionsNextOffset.