summaryrefslogtreecommitdiff
path: root/src/discord/chatsubmitparams.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-12-15 01:36:06 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2023-12-15 01:36:06 -0500
commitaf31402b7f1d9d118f07f0fd6554319dbd6b44b6 (patch)
tree309ef8ee1b4dc7e787193f4eaffa219f0b68213d /src/discord/chatsubmitparams.hpp
parent8324172a90752403edcec2203a2abb386046cc8f (diff)
parent4bce7b7523caa26023b1a2f5e02e6646ed29f5e0 (diff)
downloadabaddon-portaudio-af31402b7f1d9d118f07f0fd6554319dbd6b44b6.tar.gz
abaddon-portaudio-af31402b7f1d9d118f07f0fd6554319dbd6b44b6.zip
Merge branch 'master' into theming
Diffstat (limited to 'src/discord/chatsubmitparams.hpp')
-rw-r--r--src/discord/chatsubmitparams.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/discord/chatsubmitparams.hpp b/src/discord/chatsubmitparams.hpp
index e195189..45fbb2a 100644
--- a/src/discord/chatsubmitparams.hpp
+++ b/src/discord/chatsubmitparams.hpp
@@ -1,4 +1,5 @@
#pragma once
+#include <optional>
#include <vector>
#include <string>
#include <glibmm/ustring.h>
@@ -15,6 +16,7 @@ struct ChatSubmitParams {
Glib::RefPtr<Gio::File> File;
AttachmentType Type;
std::string Filename;
+ std::optional<std::string> Description;
};
bool Silent = false;