Added functionality of /follow and /unfollow

This commit is contained in:
apa420
2018-07-12 03:47:37 +02:00
parent 352da60d07
commit c26e18c2bf
4 changed files with 109 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
#pragma once
#include "common/Singleton.hpp"
#include <QString>
namespace chatterino {
class TwitchApi
{
public:
static void FindUserId(const QString user, std::function<void(QString)> callback);
private:
};
} // namespace chatterino