mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
handle mute/unmute of channels (USER_GUILD_SETTINGS_UPDATE)
This commit is contained in:
@@ -586,3 +586,7 @@ void from_json(const nlohmann::json &j, MessageAckData &m) {
|
||||
void to_json(nlohmann::json &j, const AckBulkData &m) {
|
||||
j["read_states"] = m.ReadStates;
|
||||
}
|
||||
|
||||
void from_json(const nlohmann::json &j, UserGuildSettingsUpdateData &m) {
|
||||
m.Settings = j;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user