From b1a2e8a26cd08545ef93192b465b68c81bbc582b Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Thu, 17 Apr 2025 21:05:17 +0500 Subject: feat: get channel information method --- bot/src/api/twitch/helix_client.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bot/src/api/twitch/helix_client.hpp') diff --git a/bot/src/api/twitch/helix_client.hpp b/bot/src/api/twitch/helix_client.hpp index 399b149..1207abf 100644 --- a/bot/src/api/twitch/helix_client.hpp +++ b/bot/src/api/twitch/helix_client.hpp @@ -25,6 +25,9 @@ namespace bot::api::twitch { std::vector get_streams( const std::vector &ids) const; + std::vector get_channel_information( + const std::vector &ids) const; + private: std::vector get_users_by_query( const std::string &query) const; -- cgit v1.2.3