feat(eventsub): implement (shared-chat-)ban (#5985)
This commit is contained in:
@@ -2,10 +2,17 @@
|
||||
|
||||
#include "twitch-eventsub-ws/payloads/channel-moderate-v2.hpp"
|
||||
|
||||
#include <memory>
|
||||
|
||||
class QDateTime;
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
class TwitchChannel;
|
||||
|
||||
struct Message;
|
||||
using MessagePtr = std::shared_ptr<const Message>;
|
||||
|
||||
} // namespace chatterino
|
||||
|
||||
namespace chatterino::eventsub {
|
||||
|
||||
Reference in New Issue
Block a user