isNotBotAdmin

suspend fun CheckContext<*>.isNotBotAdmin()

For bots owned by a team, check asserting the user for an Event is not one of the bot's admins.

Will pass if the event doesn't concern a user, or the bot doesn't have any admins (e.g. it has a single owner).