diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-12-13 00:34:19 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-12-13 00:34:19 -0500 |
commit | f19dcc01145edd2e69a8cccbc59258b6b73bd704 (patch) | |
tree | a891d4b12478b1d6cfb5d7eecac4950a37e3524d /src/discord/channel.hpp | |
parent | 38a49d172cb934a16f9203f8f6d1b21b1adc31df (diff) | |
parent | 246140688714936820b5c977665ad2a904fa7222 (diff) | |
download | abaddon-portaudio-f19dcc01145edd2e69a8cccbc59258b6b73bd704.tar.gz abaddon-portaudio-f19dcc01145edd2e69a8cccbc59258b6b73bd704.zip |
Merge branch 'master' into msys
Diffstat (limited to 'src/discord/channel.hpp')
-rw-r--r-- | src/discord/channel.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discord/channel.hpp b/src/discord/channel.hpp index 942d555..fd76d3a 100644 --- a/src/discord/channel.hpp +++ b/src/discord/channel.hpp @@ -85,6 +85,7 @@ struct ChannelData { void update_from_json(const nlohmann::json &j); bool NSFW() const; + bool IsDM() const noexcept; bool IsThread() const noexcept; bool IsJoinedThread() const; std::optional<PermissionOverwrite> GetOverwrite(Snowflake id) const; |