diff options
| author | ouwou <26526779+ouwou@users.noreply.github.com> | 2025-01-30 19:57:15 -0500 |
|---|---|---|
| committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2025-01-30 19:57:15 -0500 |
| commit | eb9a519b12dd48c1d562029c082ecbaf754b7086 (patch) | |
| tree | 922cacf1ca27f96cc495c673c2789271dd702c40 /src/discord/objects.hpp | |
| parent | 15751fda06b742a293f94f5727ac1aa83221855f (diff) | |
| download | abaddon-portaudio-eb9a519b12dd48c1d562029c082ecbaf754b7086.tar.gz abaddon-portaudio-eb9a519b12dd48c1d562029c082ecbaf754b7086.zip | |
add missing create message fields
Diffstat (limited to 'src/discord/objects.hpp')
| -rw-r--r-- | src/discord/objects.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/discord/objects.hpp b/src/discord/objects.hpp index fb5e117..7135f99 100644 --- a/src/discord/objects.hpp +++ b/src/discord/objects.hpp @@ -448,6 +448,8 @@ struct CreateMessageAttachmentObject { struct CreateMessageObject { std::string Content; MessageFlags Flags = MessageFlags::NONE; + bool IsTTS = false; + std::string MobileNetworkType = "unknown"; std::optional<MessageReferenceData> MessageReference; std::optional<std::string> Nonce; std::optional<std::vector<CreateMessageAttachmentObject>> Attachments; |
