PollOptionProperties constructor
PollOptionProperties({})
Implementation
PollOptionProperties({
required this.canBeDeleted,
required this.canBeReplied,
required this.canBeRepliedInAnotherChat,
required this.canGetLink,
});