mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-14 09:40:10 +00:00
Fix message model table
This commit is contained in:
parent
cfd8a2cfdb
commit
1bfdb43c1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue