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

    Interface WebhookResult

    interface WebhookResult {
        description?: string;
        ok: boolean;
        status: 200 | 400 | 401 | 405 | 500;
        updateId?: number;
    }
    Index

    Properties

    description?: string
    ok: boolean
    status: 200 | 400 | 401 | 405 | 500
    updateId?: number