Raw.payments.FulfillStarsSubscription
Re-join a private channel associated to an active telegram star subscription.
payments.fulfillStarsSubscription#cc5bebb3 peer:InputPeer subscription_id:string = Bool;
export namespace Raw {
export namespace payments {
export class FulfillStarsSubscription {
constructor(params: { peer: Raw.TypeInputPeer; subscriptionId: string }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 198
Constructor ID: 0xcc5bebb3
Property
peer
: Raw.TypeInputPeerAlways pass inputpeerself.
subscriptionId
: stringId of the subscription.