summaryrefslogtreecommitdiff
path: root/src/discord/chatsubmitparams.hpp
diff options
context:
space:
mode:
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;