Documentation - v0.27.1
    Preparing search index...

    Interface ActionBotAllowed

    User has authorized via the bot

    interface ActionBotAllowed {
        domain?: string;
        type: "bot_allowed";
    }
    Index

    Properties

    Properties

    domain?: string

    Domain where the user has logged in

    type: "bot_allowed"