ultra-telegram-framework
    Preparing search index...

    Interface WebhookReplyPayload

    Shape of a captured webhook reply payload.

    interface WebhookReplyPayload {
        method: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    method: string