Added chat message to redemptions. Added Subscription End to Twitch. Added more variables to certain redemptions.

This commit is contained in:
Tom
2025-01-18 21:51:50 +00:00
parent 9a17ad16b3
commit 5067ffe119
16 changed files with 152 additions and 25 deletions

View File

@ -15,6 +15,12 @@ namespace TwitchChatTTS.Twitch.Socket.Messages
public TwitchReplyInfo? Reply { get; set; }
public string? ChannelPointsCustomRewardId { get; set; }
public string? ChannelPointsAnimationId { get; set; }
public string? SourceBroadcasterUserId { get; set; }
public string? SourceBroadcasterUserName { get; set; }
public string? SourceBroadcasterUserLogin { get; set; }
public string? SourceMessageId { get; set; }
public TwitchBadge[]? SourceBadges { get; set; }
}
public class TwitchChatMessageInfo