Class ChatNotification.MessageNew
-
- All Implemented Interfaces:
public final class ChatNotification.MessageNew extends ChatNotification
Notification for a new message in a channel.
-
-
Constructor Summary
Constructors Constructor Description ChatNotification.MessageNew(Channel channel, Message message)
-
Method Summary
Modifier and Type Method Description final ChannelgetChannel()The channel where the new message was sent. final MessagegetMessage()The new message that triggered the notification. -
-
Method Detail
-
getChannel
final Channel getChannel()
The channel where the new message was sent.
-
getMessage
final Message getMessage()
The new message that triggered the notification.
-
-
-
-