feat(eventsub): implement (shared-chat-)ban (#5985)

This commit is contained in:
nerix
2025-02-25 21:13:05 +01:00
committed by GitHub
parent aee5f1a54d
commit 044dc69aa6
18 changed files with 1060 additions and 331 deletions
@@ -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 {