handle thread create via thread_member_update

This commit is contained in:
ouwou
2021-08-15 00:25:00 -04:00
parent 7ffded5b13
commit 613bb2b7c6
4 changed files with 23 additions and 1 deletions

View File

@@ -708,3 +708,9 @@ struct ArchivedThreadsResponseData {
friend void from_json(const nlohmann::json &j, ArchivedThreadsResponseData &m);
};
struct ThreadMemberUpdateData {
ThreadMemberObject Member;
friend void from_json(const nlohmann::json &j, ThreadMemberUpdateData &m);
};