Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPollAnswer

This object represents an answer of a user in a non-anonymous poll.

Hierarchy

  • IPollAnswer

Index

Properties

option_ids: number[]

0-based identifiers of answer options, chosen by the user. May be empty if the user retracted their vote.

poll_id: string

Unique poll identifier

user: IUser

The user, who changed the answer to the poll

Generated using TypeDoc