PollUpdate

data class PollUpdate(val updateId: UpdateIdentifier, val data: Poll) : Update

Constructors

Link copied to clipboard
constructor(updateId: UpdateIdentifier, data: Poll)

Properties

Link copied to clipboard
open override val data: Poll
Link copied to clipboard
open override val updateId: UpdateIdentifier