Added chat message to redemptions. Added Subscription End to Twitch. Added more variables to certain redemptions.
This commit is contained in:
7
Twitch/Socket/Messages/ChannelSubscriptionEndMessage.cs
Normal file
7
Twitch/Socket/Messages/ChannelSubscriptionEndMessage.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace TwitchChatTTS.Twitch.Socket.Messages
|
||||
{
|
||||
public class ChannelSubscriptionEndMessage : ChannelSubscriptionData
|
||||
{
|
||||
public bool IsGift { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user