ultra-telegram-framework
    Preparing search index...

    Interface CreateChatSubscriptionInviteLinkParams

    interface CreateChatSubscriptionInviteLinkParams {
        chat_id: string | number;
        name?: string;
        subscription_period: number;
        subscription_price: number;
    }
    Index

    Properties

    chat_id: string | number

    Unique identifier for the target channel chat or username of the target channel in the format @username

    name?: string

    Invite link name; 0-32 characters

    subscription_period: number

    The number of seconds the subscription will be active for before the next payment. Currently, it must always be 2592000 (30 days).

    subscription_price: number

    The amount of Telegram Stars a user must pay initially and after each subsequent subscription period to be a member of the chat; 1-10000