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 27a9fa3..399b149 100644
--- a/bot/src/api/twitch/helix_client.hpp
+++ b/bot/src/api/twitch/helix_client.hpp
@@ -15,6 +15,9 @@ namespace bot::api::twitch {
std::vector<schemas::User> get_users(
const std::vector<std::string> &logins) const;
std::vector<schemas::User> get_users(const std::vector<int> &ids) const;
+ std::vector<schemas::User> get_users(
+ const std::vector<int> &ids,
+ const std::vector<std::string> logins) const;
std::vector<schemas::User> get_chatters(const int &broadcaster_id,
const int &moderator_id) const;