handle archiving via THREAD_UPDATE (sorta)

This commit is contained in:
ouwou
2021-08-16 02:47:08 -04:00
parent 66c7ecf2ab
commit d2f6bd08fc
6 changed files with 39 additions and 4 deletions

View File

@@ -714,3 +714,9 @@ struct ThreadMemberUpdateData {
friend void from_json(const nlohmann::json &j, ThreadMemberUpdateData &m);
};
struct ThreadUpdateData {
ChannelData Thread;
friend void from_json(const nlohmann::json &j, ThreadUpdateData &m);
};