AddBotInput: {
    botCredentials: Scalars["String"]["input"];
    botType: BotType;
    name: Scalars["String"]["input"];
}

Object used to add a new bot

Type declaration

  • botCredentials: Scalars["String"]["input"]

    Bot credentials to be used when sending messages

  • botType: BotType

    Type of bot to be added

  • name: Scalars["String"]["input"]

    Unique name of the bot. This may also be used when users are shown the bot name such as in Telegram or Discord