summaryrefslogtreecommitdiff
path: root/bot/src/api/twitch/helix_client.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/src/api/twitch/helix_client.hpp')
-rw-r--r--bot/src/api/twitch/helix_client.hpp3
1 files changed, 3 insertions, 0 deletions
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<schemas::Stream> get_streams(
const std::vector<int> &ids) const;
+ std::vector<schemas::Stream> get_channel_information(
+ const std::vector<int> &ids) const;
+
private:
std::vector<schemas::User> get_users_by_query(
const std::string &query) const;