From 3ab3119602c46e7c4802b2b8e017752738cd7031 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 18 Feb 2021 14:38:40 -0500 Subject: add menu item to add recipient to group dm --- discord/objects.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'discord/objects.hpp') diff --git a/discord/objects.hpp b/discord/objects.hpp index 2f97805..6cbef69 100644 --- a/discord/objects.hpp +++ b/discord/objects.hpp @@ -18,6 +18,7 @@ #include "sticker.hpp" #include "ban.hpp" #include "auditlog.hpp" +#include "relationship.hpp" // most stuff below should just be objects that get processed and thrown away immediately @@ -200,6 +201,7 @@ struct ReadyEventData { std::optional FriendSuggestionCount; UserSettings Settings; std::optional>> MergedMembers; + std::optional> Relationships; // std::vector ConnectedAccounts; // opt // std::map Consents; // opt // std::vector Experiments; // opt @@ -207,7 +209,6 @@ struct ReadyEventData { // std::map Notes; // opt // std::vector Presences; // opt // std::vector ReadStates; // opt - // std::vector Relationships; // opt // Unknown Tutorial; // opt, null // std::vector UserGuildSettings; // opt -- cgit v1.2.3