Interface TelegramPaymentPurposeJoinChat

The user joins a chat and subscribes to regular payments in Telegram Stars. Subtype of TelegramPaymentPurpose.

interface TelegramPaymentPurposeJoinChat {
    @type: "telegramPaymentPurposeJoinChat";
    invite_link: string;
}

Properties

Properties

@type: "telegramPaymentPurposeJoinChat"
invite_link: string

Invite link to use.