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