Migrated follow and unfollow methods to Helix API (#2306)
This commit is contained in:
@@ -98,10 +98,6 @@ public:
|
||||
|
||||
void checkFollow(const QString targetUserID,
|
||||
std::function<void(FollowResult)> onFinished);
|
||||
void followUser(const QString userID,
|
||||
std::function<void()> successCallback);
|
||||
void unfollowUser(const QString userID,
|
||||
std::function<void()> successCallback);
|
||||
|
||||
std::set<TwitchUser> getIgnores() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user