namespace TwitchChatTTS.Twitch.Socket.Messages { public class ChannelSubscriptionEndMessage : ChannelSubscriptionData { public bool IsGift { get; set; } } }