feat(docs): document nullability of system/member keys in message object
This commit is contained in:
@@ -96,8 +96,8 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|
||||
|sender|snowflake|The user ID of the account that triggered the proxy. Encoded as string for precision reasons.|
|
||||
|channel|snowflake|The ID of the channel the message was sent in. Encoded as string for precision reasons.|
|
||||
|guild|snowflake|The ID of the server the message was sent in. Encoded as string for precision reasons.|
|
||||
|system|full System object|The system that proxied the message.|
|
||||
|member|full Member object|The member that proxied the message.|
|
||||
|system?|full System object|The system that proxied the message. Null if the member associated with this message was deleted.|
|
||||
|member?|full Member object|The member that proxied the message. Null if the member associated with this message was deleted.|
|
||||
|
||||
### System settings model
|
||||
|
||||
|
Reference in New Issue
Block a user