voterChat property

  1. @JsonKey(name: 'voter_chat')
Chat? get voterChat
inherited

Optional. The chat that changed the answer to the poll, if the voter is anonymous

Implementation

@JsonKey(name: 'voter_chat')
Chat? get voterChat;