summaryrefslogtreecommitdiff
path: root/bot/src/api/twitch/helix_client.hpp
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-04-17 21:05:17 +0500
committerilotterytea <iltsu@alright.party>2025-04-17 21:05:17 +0500
commitb1a2e8a26cd08545ef93192b465b68c81bbc582b (patch)
tree72650dedd7beabd298ea9a4fdc7c459d4df976ce /bot/src/api/twitch/helix_client.hpp
parent83f9787b6e6327e4000cc2df1a98ea5a50a1e284 (diff)
feat: get channel information method
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;