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

    Interface GeneratedCommandResponse

    interface GeneratedCommandResponse {
        options?: ReplyOptions;
        text: string;
        webApp?: { buttonText: string; url: string };
    }
    Index

    Properties

    Properties

    options?: ReplyOptions
    text: string
    webApp?: { buttonText: string; url: string }