mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
feat(core): add dispatch for autoproxy events (#621)
This commit is contained in:
parent
44bd0d6079
commit
caff9c50aa
5 changed files with 45 additions and 4 deletions
|
|
@ -134,6 +134,8 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID.
|
|||
### Autoproxy settings model
|
||||
|key|type|notes|
|
||||
|---|---|---|
|
||||
|?guild_id|snowflake|only sent if the guild ID isn't already known (in dispatch payloads)|
|
||||
|?channel_id|snowflake|only sent if the channel ID isn't already known (in dispatch payloads)|
|
||||
|autoproxy_mode|[autoproxy mode](#autoproxy-mode-enum)||
|
||||
|autoproxy_member|?member id|must be `null` if autoproxy_mode is set to `front`|
|
||||
|last_latch_timestamp|?datetime|read-only|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue