Package-level declarations

Types

Link copied to clipboard
data class MessagePollVoteEvent(val userId: Long, val channelId: Long, val messageId: Long, val guildId: Long, val answerId: Int)

Structure of a gateway poll vote update.

Link copied to clipboard
object PollsStore

A non-persistent store singleton that handles polls and changes to their votes.