UpdateMessagePoll constructor
const
UpdateMessagePoll({})
Update Message Poll constructor.
Implementation
const UpdateMessagePoll({
this.peer,
this.msgId,
this.topMsgId,
required this.pollId,
this.poll,
required this.results,
}) : super._();