SetPollAnswer class
Constructors
SetPollAnswer ({required int chatId , required int messageId , required List <int > optionIds })
Changes the user answer to a poll. A poll in quiz mode can be answered only once
const
Properties
chatId
→ int
chatId Identifier of the chat to which the poll belongs
final
hashCode
→ int
The hash code for this object.
no setter inherited
messageId
→ int
messageId Identifier of the message containing the poll
final
optionIds
→ List <int >
optionIds 0-based identifiers of answer options, chosen by the user. User can choose more than 1 answer option only is the poll allows multiple answers
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited