Documentation - v0.30.0
    Preparing search index...
    JoinChatResult:
        | { chat: Chat; status: "ok" }
        | { status: "request_sent" }
        | { bot: User; status: "webview"; webview: tl.TypeWebViewResult }

    Result of joinChat

    • status: 'ok' - the chat was joined successfully
    • status: 'request_sent' - a join request was sent and needs to be approved by the chat admin
    • status: 'webview' - a guard bot requested you to open a webview before joining the chat