feat(eventsub): handle unban requests (#6086)
This commit is contained in:
@@ -315,11 +315,11 @@ struct UnbanRequest {
|
||||
|
||||
bool isApproved;
|
||||
|
||||
std::string userID;
|
||||
std::string userLogin;
|
||||
std::string userName;
|
||||
String userID;
|
||||
String userLogin;
|
||||
String userName;
|
||||
|
||||
std::string moderatorMessage;
|
||||
String moderatorMessage;
|
||||
};
|
||||
|
||||
struct ApproveUnbanRequest : public UnbanRequest {
|
||||
|
||||
Reference in New Issue
Block a user