From 6ae9cc915d8bba9415910f4c9745e1158a7e1f68 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 9 Sep 2020 23:59:40 -0400 Subject: MessageData -> Message (whoops) --- discord/discord.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/discord.hpp') 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 &pos); void FetchMessagesInChannel(Snowflake id, std::function &)> cb); void FetchMessagesInChannelBefore(Snowflake channel_id, Snowflake before_id, std::function &)> 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; -- cgit v1.2.3