CF Workers Telegram Bot - v11.2.1
    Preparing search index...

    Interface SendInvoiceParams

    Interface for invoice parameters

    interface SendInvoiceParams {
        business_connection_id?: string | number;
        chat_id: string | number;
        currency: string;
        description: string;
        message_thread_id?: number;
        payload: string;
        prices: { amount: number; label: string }[];
        provider_token: string;
        title: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    business_connection_id?: string | number
    chat_id: string | number
    currency: string
    description: string
    message_thread_id?: number
    payload: string
    prices: { amount: number; label: string }[]
    provider_token: string
    title: string