Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface BotEventTransport

    interface BotEventTransport {
        processWebhook: (update: unknown) => TeleforgeEvent<string, unknown>[];
        subscribeToMiniAppData?: (callback: (data: string) => void) => void;
    }
    Index

    Properties

    processWebhook: (update: unknown) => TeleforgeEvent<string, unknown>[]
    subscribeToMiniAppData?: (callback: (data: string) => void) => void