SetPollAnswer constructor
Changes the user answer to a poll. A poll in quiz mode can be answered only once
Implementation
const SetPollAnswer({
required this.chatId,
required this.messageId,
required this.optionIds,
});
Changes the user answer to a poll. A poll in quiz mode can be answered only once
const SetPollAnswer({
required this.chatId,
required this.messageId,
required this.optionIds,
});