haskell-tdlib-2.1.18.0: Binding to the Telegram Database Library
Safe HaskellSafe-Inferred
LanguageGHC2021

TD.Query.GetPollVoteStatistics

Synopsis

Documentation

data GetPollVoteStatistics Source #

Returns statistics of poll votes in a poll. Returns PollVoteStatistics

Constructors

GetPollVoteStatistics 

Fields

  • chat_id :: Maybe Int

    Identifier of the chat to which the poll belongs

  • message_id :: Maybe Int

    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 :: Maybe Bool

    Pass true if a dark theme is used by the application