Documentation - v0.32.2
    Preparing search index...

    Type Alias ChatJoinRequestQueryAnswer

    ChatJoinRequestQueryAnswer:
        | { action: "approve"
        | "decline"
        | "queue" }
        | { action: "webview"; url: string }

    Decision of a guard bot about a chat join request

    • approve - allow the user to join the chat
    • decline - decline the request
    • queue - leave the request for chat admins to review
    • webview - require the user to open the bot's mini app at url, after which the query should be answered again with the final decision