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