Schnittstelle ModeratorEvent
- Alle bekannten Implementierungsklassen:
AutomodSettingsUpdateEvent,ChannelBanEvent,ChannelTermsUpdateEvent,ChannelUnbanEvent,EventSubModerationEvent,EventSubModeratorEvent,ShieldModeBeginEvent,ShieldModeEndEvent,ShoutoutCreateEvent,UnbanRequestResolvedEvent
public interface ModeratorEvent
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe 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.
-
Methodendetails
-
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.
-