Class ChannelChatMessageType

java.lang.Object
com.github.twitch4j.eventsub.subscriptions.ChannelChatMessageType
All Implemented Interfaces:
SubscriptionType<ChannelChatCondition,ChannelChatCondition.ChannelChatConditionBuilder<?,?>,ChannelChatMessageEvent>

Sends a notification when any user sends a message to a specific chat room, effectively replicating IRC PRIVMSG.

Requires user:read:chat scope from chatting user. If app access token used, then additionally requires user:bot scope from chatting user, and either channel:bot scope from broadcaster or moderator status.

See Also: