retrieveMessageByIdOrNull
Same as MessageChannel.retrieveMessageById, but returns null
on ErrorResponse.UNKNOWN_MESSAGE.
suspend fun WebhookClient<*>.retrieveMessageByIdOrNull(id: String, threadId: String? = null): Message?(source)
Same as WebhookClient.retrieveMessageById, but returns null
on ErrorResponse.UNKNOWN_MESSAGE.