From 2da021b5ea4b89d744e76c8b13180504916adc32 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sat, 24 Jun 2023 16:48:44 -0400 Subject: support sending messages with `@silent` prefix --- src/discord/chatsubmitparams.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/discord/chatsubmitparams.hpp') 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; -- cgit v1.2.3