Interface ReuseStarSubscription

Reuses an active Telegram Star subscription to a channel chat and joins the chat again. Request type for Tdjson#reuseStarSubscription.

interface ReuseStarSubscription {
    @type: "reuseStarSubscription";
    subscription_id: string;
}

Properties

@type: "reuseStarSubscription"
subscription_id: string

Identifier of the subscription.