teleproto - v1.229.0
    Preparing search index...

    Interface PaymentsGetStarsSubscriptionsParams

    interface PaymentsGetStarsSubscriptionsParams {
        missingBalance?: boolean;
        offset: string;
        peer: EntityLike;
    }
    Index
    missingBalance?: boolean

    Whether to return only subscriptions expired due to an excessively low Telegram Star balance.

    offset: string

    Offset for pagination, taken from payments.starsStatus . subscriptions_next_offset .

    peer: EntityLike

    Always pass inputPeerSelf .