diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-08 20:03:12 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-08 20:03:12 -0500 |
commit | 604f2ffe3dc8978aebd6aa819b73374aa32d2f0e (patch) | |
tree | f2465bc8ba190607037062a63187a10eb58ebf4a /src/discord/discord.hpp | |
parent | 4e0b22375fe10c6b9e27708ece21bf7da569bda4 (diff) | |
download | abaddon-portaudio-604f2ffe3dc8978aebd6aa819b73374aa32d2f0e.tar.gz abaddon-portaudio-604f2ffe3dc8978aebd6aa819b73374aa32d2f0e.zip |
show count of unread dms in header
Diffstat (limited to 'src/discord/discord.hpp')
-rw-r--r-- | src/discord/discord.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discord/discord.hpp b/src/discord/discord.hpp index 42c24fd..1a6aa14 100644 --- a/src/discord/discord.hpp +++ b/src/discord/discord.hpp @@ -194,6 +194,7 @@ public: bool IsGuildMuted(Snowflake id) const noexcept; int GetUnreadStateForChannel(Snowflake id) const noexcept; bool GetUnreadStateForGuild(Snowflake id, int &total_mentions) const noexcept; + int GetUnreadDMsCount() const; PresenceStatus GetUserStatus(Snowflake id) const; |