UpdateBotInput: {
    botCredentials?: InputMaybe<Scalars["String"]["input"]>;
    id: Scalars["String"]["input"];
    name?: InputMaybe<Scalars["String"]["input"]>;
}

Object used to update an existing bot

Type declaration

  • OptionalbotCredentials?: InputMaybe<Scalars["String"]["input"]>

    Bot credentials to be used when sending messages

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

    Existing bot id

  • Optionalname?: InputMaybe<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