isBotAdmin

suspend fun CheckContext<*>.isBotAdmin()

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

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