From 0e20d75f3dcd12cc0c66c321684eadbed1513a9f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 2 May 2024 00:11:09 +0500 Subject: feat: method for getting chatter list --- src/api/twitch/helix_client.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/api/twitch/helix_client.hpp') diff --git a/src/api/twitch/helix_client.hpp b/src/api/twitch/helix_client.hpp index fedec7f..2b5f4ea 100644 --- a/src/api/twitch/helix_client.hpp +++ b/src/api/twitch/helix_client.hpp @@ -15,6 +15,9 @@ namespace bot::api::twitch { const std::vector &logins) const; std::vector get_users(const std::vector &ids) const; + std::vector get_chatters(const int &broadcaster_id, + const int &moderator_id) const; + private: std::vector get_users_by_query( const std::string &query) const; -- cgit v1.2.3