mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Added support for Kiwi PeerTube livestream notifications and capturing
This commit is contained in:
@@ -29,10 +29,16 @@ public enum StreamService
|
||||
{
|
||||
Kick,
|
||||
Parti,
|
||||
DLive
|
||||
DLive,
|
||||
KiwiPeerTube
|
||||
}
|
||||
|
||||
public class KickStreamMetaModel
|
||||
{
|
||||
public required int ChannelId { get; set; }
|
||||
}
|
||||
|
||||
public class PeerTubeMetaModel
|
||||
{
|
||||
public required string AccountName { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user