7 lines
176 B
C#
7 lines
176 B
C#
namespace TwitchChatTTS.Twitch.Socket.Messages
|
|
{
|
|
public class ChannelSubscriptionEndMessage : ChannelSubscriptionData
|
|
{
|
|
public bool IsGift { get; set; }
|
|
}
|
|
} |