canSendPolls property

  1. @JsonKey(name: 'can_send_polls')
bool? get canSendPolls
inherited

Optional. True, if the user is allowed to send polls, implies can_send_messages

Implementation

@JsonKey(name: 'can_send_polls')
bool? get canSendPolls;