From 1bfdb43c1f59234c02f17161f32c4250701f658d Mon Sep 17 00:00:00 2001 From: Ske Date: Sat, 31 Aug 2019 19:13:10 +0200 Subject: [PATCH] Fix message model table --- docs/3-api-documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3-api-documentation.md b/docs/3-api-documentation.md index 0ef5254f..f17be1e4 100644 --- a/docs/3-api-documentation.md +++ b/docs/3-api-documentation.md @@ -56,7 +56,7 @@ The following three models (usually represented in JSON format) represent the va ### Message model |Key|Type|Notes| -|---|---|--- +|---|---|---| |timestamp|datetime|| |id|snowflake|The ID of the message sent by the webhook. Encoded as string for precision reasons.| |sender|snowflake|The user ID of the account that triggered the proxy. Encoded as string for precision reasons.|