Class ChannelChatMessageEvent
java.lang.Object
com.github.twitch4j.eventsub.events.EventSubEvent
com.github.twitch4j.eventsub.events.EventSubChannelEvent
com.github.twitch4j.eventsub.events.ChannelChatUserEvent
com.github.twitch4j.eventsub.events.ChannelChatMessageEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe chatting user's visible badges.An ID for the type of animation selected as part of a "Message Effects" redemption.The ID of a channel points custom reward that was redeemed.getCheer()Metadata if this message is a cheer.getColor()The color of the user’s name in the chat room.The structured chat message.A UUID that identifies the message.The type of message.getReply()Metadata if this message is a reply.inthashCode()toString()Methods inherited from class com.github.twitch4j.eventsub.events.ChannelChatUserEvent
getChatterUserId, getChatterUserLogin, getChatterUserNameMethods inherited from class com.github.twitch4j.eventsub.events.EventSubChannelEvent
getBroadcasterUserId, getBroadcasterUserLogin, getBroadcasterUserName
-
Constructor Details
-
ChannelChatMessageEvent
public ChannelChatMessageEvent()
-
-
Method Details
-
getMessageId
A UUID that identifies the message. -
getMessage
The structured chat message. -
getColor
The color of the user’s name in the chat room. This is a hexadecimal RGB color code with a "#" prefix. This tag may be empty if it is never set. -
getBadges
The chatting user's visible badges. -
getMessageType
The type of message. -
getCheer
Metadata if this message is a cheer. -
getReply
Metadata if this message is a reply. -
getChannelPointsCustomRewardId
The ID of a channel points custom reward that was redeemed. -
getChannelPointsAnimationId
An ID for the type of animation selected as part of a "Message Effects" redemption.- See Also:
-
toString
- Overrides:
toStringin classChannelChatUserEvent
-
equals
- Overrides:
equalsin classChannelChatUserEvent
-
canEqual
- Overrides:
canEqualin classChannelChatUserEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classChannelChatUserEvent
-