docs / com.github.insanusmokrassar.TelegramBotAPI.types.update / PollUpdate

PollUpdate

(common) data class PollUpdate : Update (source)

Constructors

(common)

<init>

PollUpdate(updateId: UpdateIdentifier, data: Poll)

Properties

(common)

data

val data: Poll
(common)

updateId

val updateId: UpdateIdentifier