Interface ActionBotAllowed

User has authorized via the bot

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

Properties

Properties

domain?: string

Domain where the user has logged in

type: "bot_allowed"