THREAD_LIST_SYNC

This commit is contained in:
ouwou
2021-08-02 00:53:08 -04:00
parent 6c77e89bbe
commit 06f85c3a2d
4 changed files with 38 additions and 0 deletions

View File

@@ -484,3 +484,8 @@ void from_json(const nlohmann::json &j, ThreadDeleteData &m) {
JS_D("parent_id", m.ParentID);
JS_D("type", m.Type);
}
void from_json(const nlohmann::json &j, ThreadListSyncData &m) {
JS_D("threads", m.Threads);
JS_D("guild_id", m.GuildID);
}