Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Automod;

namespace TwitchLib.EventSub.Core.EventArgs.Automod;

public class AutomodMessageHoldArgs : TwitchLibEventSubNotificationArgs<AutomodMessageHold>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Automod;

namespace TwitchLib.EventSub.Core.EventArgs.Automod;

public class AutomodMessageHoldV2Args : TwitchLibEventSubNotificationArgs<AutomodMessageHoldV2>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Automod;

namespace TwitchLib.EventSub.Core.EventArgs.Automod;

public class AutomodMessageUpdateArgs : TwitchLibEventSubNotificationArgs<AutomodMessageUpdate>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Automod;

namespace TwitchLib.EventSub.Core.EventArgs.Automod;

public class AutomodMessageUpdateV2Args : TwitchLibEventSubNotificationArgs<AutomodMessageUpdateV2>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Automod;

namespace TwitchLib.EventSub.Core.EventArgs.Automod;

public class AutomodSettingsUpdateArgs : TwitchLibEventSubNotificationArgs<AutomodSettingsUpdate>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Automod;

namespace TwitchLib.EventSub.Core.EventArgs.Automod;

public class AutomodTermsUpdateArgs : TwitchLibEventSubNotificationArgs<AutomodTermsUpdate>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelAdBreakBeginArgs : TwitchLibEventSubNotificationArgs<ChannelAdBreakBegin>
{ }
6 changes: 6 additions & 0 deletions TwitchLib.EventSub.Core/EventArgs/Channel/ChannelBanArgs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelBanArgs : TwitchLibEventSubNotificationArgs<ChannelBan>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelBitsUseArgs : TwitchLibEventSubNotificationArgs<ChannelBitsUse>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelCharityCampaignDonateArgs : TwitchLibEventSubNotificationArgs<ChannelCharityCampaignDonate>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelCharityCampaignProgressArgs : TwitchLibEventSubNotificationArgs<ChannelCharityCampaignProgress>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelCharityCampaignStartArgs : TwitchLibEventSubNotificationArgs<ChannelCharityCampaignStart>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelCharityCampaignStopArgs : TwitchLibEventSubNotificationArgs<ChannelCharityCampaignStop>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelChatClearArgs : TwitchLibEventSubNotificationArgs<ChannelChatClear>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelChatClearUserMessagesArgs : TwitchLibEventSubNotificationArgs<ChannelChatClearUserMessages>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelChatMessageArgs : TwitchLibEventSubNotificationArgs<ChannelChatMessage>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelChatMessageDeleteArgs : TwitchLibEventSubNotificationArgs<ChannelChatMessageDelete>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelChatNotificationArgs : TwitchLibEventSubNotificationArgs<ChannelChatNotification>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelChatSettingsUpdateArgs : TwitchLibEventSubNotificationArgs<ChannelChatSettingsUpdate>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelChatUserMessageHoldArgs : TwitchLibEventSubNotificationArgs<ChannelChatUserMessageHold>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelChatUserMessageUpdateArgs : TwitchLibEventSubNotificationArgs<ChannelChatUserMessageUpdate>
{ }
6 changes: 6 additions & 0 deletions TwitchLib.EventSub.Core/EventArgs/Channel/ChannelCheerArgs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelCheerArgs : TwitchLibEventSubNotificationArgs<ChannelCheer>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelFollowArgs : TwitchLibEventSubNotificationArgs<ChannelFollow>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelGoalBeginArgs : TwitchLibEventSubNotificationArgs<ChannelGoalBegin>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelGoalEndArgs : TwitchLibEventSubNotificationArgs<ChannelGoalEnd>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelGoalProgressArgs : TwitchLibEventSubNotificationArgs<ChannelGoalProgress>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelGuestStarGuestUpdateArgs : TwitchLibEventSubNotificationArgs<ChannelGuestStarGuestUpdate>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelGuestStarSessionBeginArgs : TwitchLibEventSubNotificationArgs<ChannelGuestStarSessionBegin>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelGuestStarSessionEndArgs : TwitchLibEventSubNotificationArgs<ChannelGuestStarSessionEnd>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelGuestStarSettingsUpdateArgs : TwitchLibEventSubNotificationArgs<ChannelGuestStarSettingsUpdate>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelHypeTrainBeginV2Args : TwitchLibEventSubNotificationArgs<HypeTrainBeginV2>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelHypeTrainEndV2Args : TwitchLibEventSubNotificationArgs<HypeTrainEndV2>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelHypeTrainProgressV2Args : TwitchLibEventSubNotificationArgs<HypeTrainProgressV2>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelModerateArgs : TwitchLibEventSubNotificationArgs<ChannelModerate>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelModerateV2Args : TwitchLibEventSubNotificationArgs<ChannelModerateV2>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelModeratorArgs : TwitchLibEventSubNotificationArgs<ChannelModerator>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPointsAutomaticRewardRedemptionAddV2Args : TwitchLibEventSubNotificationArgs<ChannelPointsAutomaticRewardRedemptionV2>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPointsAutomaticRewardRedemptionArgs : TwitchLibEventSubNotificationArgs<ChannelPointsAutomaticRewardRedemption>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPointsCustomRewardArgs : TwitchLibEventSubNotificationArgs<ChannelPointsCustomReward>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPointsCustomRewardRedemptionArgs : TwitchLibEventSubNotificationArgs<ChannelPointsCustomRewardRedemption>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPollBeginArgs : TwitchLibEventSubNotificationArgs<ChannelPollBegin>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPollEndArgs : TwitchLibEventSubNotificationArgs<ChannelPollEnd>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPollProgressArgs : TwitchLibEventSubNotificationArgs<ChannelPollProgress>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPredictionBeginArgs : TwitchLibEventSubNotificationArgs<ChannelPredictionBegin>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPredictionEndArgs : TwitchLibEventSubNotificationArgs<ChannelPredictionEnd>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPredictionLockArgs : TwitchLibEventSubNotificationArgs<ChannelPredictionLock>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelPredictionProgressArgs : TwitchLibEventSubNotificationArgs<ChannelPredictionProgress>
{ }
6 changes: 6 additions & 0 deletions TwitchLib.EventSub.Core/EventArgs/Channel/ChannelRaidArgs.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelRaidArgs : TwitchLibEventSubNotificationArgs<ChannelRaid>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelSharedChatSessionBeginArgs : TwitchLibEventSubNotificationArgs<ChannelSharedChatSessionBegin>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelSharedChatSessionEndArgs : TwitchLibEventSubNotificationArgs<ChannelSharedChatSessionEnd>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelSharedChatSessionUpdateArgs : TwitchLibEventSubNotificationArgs<ChannelSharedChatSessionUpdate>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelShieldModeBeginArgs : TwitchLibEventSubNotificationArgs<ChannelShieldModeBegin>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelShieldModeEndArgs : TwitchLibEventSubNotificationArgs<ChannelShieldModeEnd>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelShoutoutCreateArgs : TwitchLibEventSubNotificationArgs<ChannelShoutoutCreate>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelShoutoutReceiveArgs : TwitchLibEventSubNotificationArgs<ChannelShoutoutReceive>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelSubscribeArgs : TwitchLibEventSubNotificationArgs<ChannelSubscribe>
{ }
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
using TwitchLib.EventSub.Core.SubscriptionTypes.Channel;

namespace TwitchLib.EventSub.Core.EventArgs.Channel;

public class ChannelSubscriptionEndArgs : TwitchLibEventSubNotificationArgs<ChannelSubscriptionEnd>
{ }
Loading