-
- All Implemented Interfaces:
public final class MessageReactionsUpdatedNoticeEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final StringchannelIdprivate final List<CurrentReaction>currentReactionsprivate final StringguildIdprivate final StringmessageIdprivate final StringnoticeTypeprivate final StringoperatorIdprivate final StringpostTypeprivate final LongselfIdprivate final StringselfTinyIdprivate final Longtimeprivate final IntegeruserId
-
Method Summary
Modifier and Type Method Description final StringgetChannelId()final List<CurrentReaction>getCurrentReactions()final StringgetGuildId()final StringgetMessageId()final StringgetNoticeType()final StringgetOperatorId()final StringgetPostType()final LonggetSelfId()final StringgetSelfTinyId()final LonggetTime()final IntegergetUserId()-
-
Method Detail
-
getChannelId
final String getChannelId()
-
getCurrentReactions
final List<CurrentReaction> getCurrentReactions()
-
getGuildId
final String getGuildId()
-
getMessageId
final String getMessageId()
-
getNoticeType
final String getNoticeType()
-
getOperatorId
final String getOperatorId()
-
getPostType
final String getPostType()
-
getSelfTinyId
final String getSelfTinyId()
-
-
-
-