execute
inline suspend fun WebhookBehavior.execute(token: String, threadId: Snowflake? = null, builder: WebhookMessageCreateBuilder.() -> Unit): Message(source)
Requests to execute this webhook.
If threadId is specified the execution will occur in that thread.
Throws
if something went wrong during the request.