summaryrefslogtreecommitdiff
path: root/discord/discord.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/discord.hpp')
-rw-r--r--discord/discord.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/discord.hpp b/discord/discord.hpp
index f6e7241..a9d44dc 100644
--- a/discord/discord.hpp
+++ b/discord/discord.hpp
@@ -70,7 +70,7 @@ public:
void UpdateSettingsGuildPositions(const std::vector<Snowflake> &pos);
void FetchMessagesInChannel(Snowflake id, std::function<void(const std::vector<Snowflake> &)> cb);
void FetchMessagesInChannelBefore(Snowflake channel_id, Snowflake before_id, std::function<void(const std::vector<Snowflake> &)> cb);
- const MessageData *GetMessage(Snowflake id) const;
+ const Message *GetMessage(Snowflake id) const;
const Channel *GetChannel(Snowflake id) const;
const User *GetUser(Snowflake id) const;
const Role *GetRole(Snowflake id) const;