getWebhookWithToken

suspend fun getWebhookWithToken(id: Snowflake, token: String, strategy: EntitySupplyStrategy<*> = resources.defaultStrategy): Webhook(source)

Requests to get the Webhook in this guild with an authentication token.

Throws

if something went wrong during the request.

if the webhook was not present.