getWebhookMessage
open suspend fun getWebhookMessage(webhookId: Snowflake, token: String, messageId: Snowflake, threadId: Snowflake? = null): Message(source)
Requests the Message with the given messageId previously sent from a Webhook with the given webhookId using the token for authentication.
If the message is in a thread, threadId must be specified.
Throws
if something went wrong while retrieving the message.
if the message is null.