diff options
Diffstat (limited to 'windows/mainwindow.hpp')
-rw-r--r-- | windows/mainwindow.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/mainwindow.hpp b/windows/mainwindow.hpp index e850fa2..7480346 100644 --- a/windows/mainwindow.hpp +++ b/windows/mainwindow.hpp @@ -19,6 +19,7 @@ public: void UpdateChatMessageEditContent(Snowflake id, Snowflake channel_id); void UpdateChatPrependHistory(const std::vector<Snowflake> &msgs); void InsertChatInput(std::string text); + Snowflake GetChatOldestListedMessage(); ChannelList *GetChannelList(); ChatWindow *GetChatWindow(); |