Interface StarSubscriptionTypeBot

Describes a subscription in a bot or a business account. Subtype of StarSubscriptionType.

interface StarSubscriptionTypeBot {
    @type: "starSubscriptionTypeBot";
    invoice_link: string;
    is_canceled_by_bot?: boolean;
    photo: Photo;
    title: string;
}

Properties

@type: "starSubscriptionTypeBot"
invoice_link: string

The link to the subscription invoice.

is_canceled_by_bot?: boolean

True, if the subscription was canceled by the bot and can't be extended.

photo: Photo

Subscription invoice photo.

title: string

Subscription invoice title.