mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Updated Kick support so admins can now add/remove streamers and force a reconnect to commit the changes
This commit is contained in:
8
KfChatDotNetBot/Models/BotServicesModels.cs
Normal file
8
KfChatDotNetBot/Models/BotServicesModels.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace KfChatDotNetBot.Models;
|
||||
|
||||
public class KickChannelModel
|
||||
{
|
||||
public required int ChannelId { get; set; }
|
||||
public required int ForumId { get; set; }
|
||||
public required string ChannelSlug { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user