poll property

  1. @JsonKey(name: 'poll')
Poll? get poll
inherited

Optional. New poll state. Bots receive only updates about stopped polls and polls, which are sent by the bot

Implementation

@JsonKey(name: 'poll')
Poll? get poll;