messageUserVoteMultiple

How a user voted in a multiple-choice poll

messageUserVoteMultiple#8a65e557 user_id:long options:Vector<bytes> date:int = MessageUserVote;

Parameters

Name Type Description
user_id long User ID
options Vector<bytes> Options chosen by the user
date int When did the user cast their votes

Type