Documentation - v0.32.2
    Preparing search index...

    Function readPollVotes

    • Mark all unread poll votes in chat as read.

      Parameters

      • client: ITelegramClient
      • chatId: InputPeerLike

        Chat ID

      • Optionalparams: { shouldDispatch?: true; threadId?: number }
        • OptionalshouldDispatch?: true

          Whether to dispatch updates that will be generated by this call. Doesn't follow disableNoDispatch

        • OptionalthreadId?: number

          If passed, only votes in polls in this thread (topic) will be marked as read

      Returns Promise<void>