Interface SuggestedActionExtendStarSubscriptions

Suggests the user to extend their expiring Telegram Star subscriptions. Call getStarSubscriptions with only_expiring == true to get the number of expiring subscriptions and the number of required to buy Telegram Stars. Subtype of SuggestedAction.

interface SuggestedActionExtendStarSubscriptions {
    @type: "suggestedActionExtendStarSubscriptions";
}

Properties

Properties

@type: "suggestedActionExtendStarSubscriptions"