Package com.aliucord.coreplugins.polls
Class MessagePollVoteEvent
-
- All Implemented Interfaces:
public final class MessagePollVoteEventStructure of a gateway poll vote update.
-
-
Method Summary
Modifier and Type Method Description final LonggetUserId()final LonggetChannelId()final LonggetMessageId()final LonggetGuildId()final IntegergetAnswerId()-
-
Method Detail
-
getChannelId
final Long getChannelId()
-
getMessageId
final Long getMessageId()
-
getGuildId
final Long getGuildId()
-
getAnswerId
final Integer getAnswerId()
-
-
-
-