Interface StarSubscriptionTypeChannel

Describes type of subscription paid in Telegram Stars. Subtype of StarSubscriptionType.

interface StarSubscriptionTypeChannel {
    @type: "starSubscriptionTypeChannel";
    can_reuse?: boolean;
    invite_link: string;
}

Properties

@type: "starSubscriptionTypeChannel"
can_reuse?: boolean

True, if the subscription is active and the user can use the method reuseStarSubscription to join the subscribed chat again.

invite_link: string

The invite link that can be used to renew the subscription if it has been expired; may be empty, if the link isn't available anymore.