Class SuspiciousUserMessageEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
com.github.twitch4j.eventsub.events.SuspiciousUserMessageEvent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
A ban evasion likelihood value (if any) that as been applied to the user automatically by Twitch.The structured chat message.@Nullable Collection<String>
Channel IDs where the suspicious user is also banned.The status set for the suspicious user.getTypes()
User types (if any) that apply to the suspicious user.int
hashCode()
toString()
Methods inherited from class com.github.twitch4j.eventsub.events.EventSubUserChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName, getUserId, getUserLogin, getUserName
-
Constructor Details
-
SuspiciousUserMessageEvent
public SuspiciousUserMessageEvent()
-
-
Method Details
-
getStatus
The status set for the suspicious user. -
getTypes
User types (if any) that apply to the suspicious user. -
getBanEvasionEvaluation
A ban evasion likelihood value (if any) that as been applied to the user automatically by Twitch. -
getMessage
The structured chat message. -
toString
- Overrides:
toString
in classEventSubUserChannelEvent
-
equals
- Overrides:
equals
in classEventSubUserChannelEvent
-
canEqual
- Overrides:
canEqual
in classEventSubUserChannelEvent
-
hashCode
public int hashCode()- Overrides:
hashCode
in classEventSubUserChannelEvent
-