Documentation - v0.32.2
    Preparing search index...

    Class ChatJoinResultUpdate

    A guard bot has made a decision about the current user's request to join a chat (see TelegramClient.openJoinChatWebview).

    If the webview of the guard bot is still open, it should be closed.

    Index

    Constructors

    Properties

    Accessors

    Constructors

    Properties

    _peers: PeersIndex

    Accessors

    • get result(): "declined" | "approved" | "webview" | "queued"

      Decision of the guard bot

      • approved - the user has joined the chat
      • declined - the request was declined
      • queued - the request was sent to chat admins for review
      • webview - the user must open the bot's mini app (see webviewUrl)

      Returns "declined" | "approved" | "webview" | "queued"