messageUserVote

How a user voted in a poll

messageUserVote#a28e5559 user_id:int option:bytes date:int = MessageUserVote;

Parameters

Name Type Description
user_id long User ID
option bytes The option chosen by the user
date int When did the user cast the vote

Type