Interface GetStarSubscriptions

Returns the list of Telegram Star subscriptions for the current user. Request type for Tdjson#getStarSubscriptions.

interface GetStarSubscriptions {
    @type: "getStarSubscriptions";
    offset: string;
    only_expiring?: boolean;
}

Properties

@type: "getStarSubscriptions"
offset: string

Offset of the first subscription to return as received from the previous request; use empty string to get the first chunk of results.

only_expiring?: boolean

Pass true to receive only expiring subscriptions for which there are no enough Telegram Stars to extend.