Interface ModeratorEvent
- All Known Implementing Classes:
AutomodMessageUpdateEvent
,AutomodSettingsUpdateEvent
,ChannelBanEvent
,ChannelModerateEvent
,ChannelTermsUpdateEvent
,ChannelUnbanEvent
,ChannelWarningSendEvent
,EventSubModerationEvent
,EventSubModeratorEvent
,ShieldModeBeginEvent
,ShieldModeEndEvent
,ShoutoutCreateEvent
,SuspiciousUserUpdateEvent
,UnbanRequestResolvedEvent
public interface ModeratorEvent
-
Method Summary
Modifier and TypeMethodDescriptionThe user ID of the issuer of the moderation action.The user login of the issuer of the moderation action.The user name of the issuer of the moderation action.
-
Method Details
-
getModeratorUserId
String getModeratorUserId()The user ID of the issuer of the moderation action. -
getModeratorUserLogin
String getModeratorUserLogin()The user login of the issuer of the moderation action. -
getModeratorUserName
String getModeratorUserName()The user name of the issuer of the moderation action.
-