Documentation - v0.29.5
    Preparing search index...

    Interface ActionManagedBotCreated

    A managed bot was created

    interface ActionManagedBotCreated {
        botId: number;
        type: "managed_bot_created";
    }
    Index

    Properties

    Properties

    botId: number

    ID of the created bot

    type: "managed_bot_created"