Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Poll messages aren't correct #230

@MistakingManx

Description

@MistakingManx

I'm trying to get poll information by replying to a message with a command:
image
The result should be 2 votes, however I receive this:

{
  id: '5066888604035317776',
  question: 'Tesy',
  options: [
    { text: 'Test', voter_count: 0 },
    { text: 'Test', voter_count: 0 }
  ],
  total_voter_count: 0,
  is_closed: false,
  is_anonymous: false,
  type: 'regular',
  allows_multiple_answers: false
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions