DoNotChain
@RequiresOptIn(message = "This function will cause an immediate REST call. If you want to do more than one operation here, you should use `.edit { }` instead as that will result in a single REST call for all operations - instead of a separate REST call for each operation.", level = RequiresOptIn.Level.WARNING)
Marks a class or function that's part of the bot builder DSLs.