PollAnswerUpdate

data class PollAnswerUpdate(val updateId: UpdateIdentifier, val data: PollAnswer) : Update

Constructors

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

Properties

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