Skip to content

getPollVoteStatistics

Function · TDLib 1.8.67 · d1085f9c

Returns statistics of poll votes in a poll

getPollVoteStatistics(
  chat_id: int53,
  message_id: int53,
  is_dark: Bool
) → PollVoteStatistics

chat_id

int53

Identifier of the chat to which the poll belongs

message_id

int53

Identifier of the message containing the poll. Use messageProperties.can_get_poll_vote_statistics to check whether the method can be used for a message

is_dark

Bool

Pass true if a dark theme is used by the application