Interface EditStarSubscription

Cancels or re-enables Telegram Star subscription. Request type for Tdjson#editStarSubscription.

interface EditStarSubscription {
    @type: "editStarSubscription";
    is_canceled?: boolean;
    subscription_id: string;
}

Properties

@type: "editStarSubscription"
is_canceled?: boolean

New value of is_canceled.

subscription_id: string

Identifier of the subscription to change.