summaryrefslogtreecommitdiff
path: root/src/discord/chatsubmitparams.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-06-24 16:48:44 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-06-24 16:48:44 -0400
commit2da021b5ea4b89d744e76c8b13180504916adc32 (patch)
treeda5dfaa462f46f94338d13b5e4c02e3bf9cb441b /src/discord/chatsubmitparams.hpp
parented1f54d1a7e8dea300e54c81951498b0f383dd52 (diff)
downloadabaddon-portaudio-2da021b5ea4b89d744e76c8b13180504916adc32.tar.gz
abaddon-portaudio-2da021b5ea4b89d744e76c8b13180504916adc32.zip
support sending messages with `@silent` prefix
Diffstat (limited to 'src/discord/chatsubmitparams.hpp')
-rw-r--r--src/discord/chatsubmitparams.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discord/chatsubmitparams.hpp b/src/discord/chatsubmitparams.hpp
index 6199634..24c6f50 100644
--- a/src/discord/chatsubmitparams.hpp
+++ b/src/discord/chatsubmitparams.hpp
@@ -17,6 +17,7 @@ struct ChatSubmitParams {
std::string Filename;
};
+ bool Silent = false;
Snowflake ChannelID;
Snowflake InReplyToID;
Glib::ustring Message;