Fix message model table

This commit is contained in:
Ske 2019-08-31 19:13:10 +02:00
parent cfd8a2cfdb
commit 1bfdb43c1f

View File

@ -56,7 +56,7 @@ The following three models (usually represented in JSON format) represent the va
### Message model ### Message model
|Key|Type|Notes| |Key|Type|Notes|
|---|---|--- |---|---|---|
|timestamp|datetime|| |timestamp|datetime||
|id|snowflake|The ID of the message sent by the webhook. Encoded as string for precision reasons.| |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.| |sender|snowflake|The user ID of the account that triggered the proxy. Encoded as string for precision reasons.|