Added policies. Added action for channel ad break ending.
This commit is contained in:
10
Chat/Messaging/IChatMessageReader.cs
Normal file
10
Chat/Messaging/IChatMessageReader.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using TwitchChatTTS.Twitch.Socket;
|
||||
using TwitchChatTTS.Twitch.Socket.Messages;
|
||||
|
||||
namespace TwitchChatTTS.Chat.Messaging
|
||||
{
|
||||
public interface IChatMessageReader
|
||||
{
|
||||
Task Read(TwitchWebsocketClient sender, long broadcasterId, long? chatterId, string? chatterLogin, string? messageId, TwitchReplyInfo? reply, TwitchChatFragment[] fragments, int priority);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user