1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-09-27 20:58:50 +00:00

Gateway: Updated UserNotification for Channel user settings

This commit is contained in:
diamondburned (Forefront) 2020-03-26 17:04:14 -07:00
parent 86b1120875
commit 85f8b44e7e

View file

@ -100,8 +100,8 @@ type ReadState struct {
// users guild settings.
type SettingsChannelOverride struct {
Muted bool `json:"muted"`
MessageNotifications int `json:"message_notifications"` // TODO: document
MessageNotifications UserNotification `json:"message_notifications"`
ChannelID discord.Snowflake `json:"channel_id"`
}