WebhookBehavior
The behavior of a Discord Webhook.
Inheritors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Requests to edit the webhook, this user must be the creator.
inline suspend fun WebhookBehavior.edit(token: String, builder: WebhookModifyBuilder.() -> Unit): Webhook
Requests to edit the webhook.
Link copied to clipboard
inline suspend fun WebhookBehavior.execute(token: String, threadId: Snowflake? = null, builder: WebhookMessageCreateBuilder.() -> Unit): Message
Requests to execute this webhook.
Link copied to clipboard
inline suspend fun WebhookBehavior.executeIgnored(token: String, threadId: Snowflake? = null, builder: WebhookMessageCreateBuilder.() -> Unit)
Requests to execute this webhook.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns a new WebhookBehavior with the given strategy.