teleproto - v1.229.0
    Preparing search index...

    Interface PaymentsChangeStarsSubscriptionParams

    interface PaymentsChangeStarsSubscriptionParams {
        canceled?: boolean;
        peer: EntityLike;
        subscriptionId: string;
    }
    Index
    canceled?: boolean

    Whether to cancel or reactivate the subscription.

    peer: EntityLike

    Always pass inputPeerSelf .

    subscriptionId: string

    ID of the subscription.