Skip to content

Poll Data DTO Reference

The NjoguAmos\Waha\Dto\PollData represents a poll configuration.

namestring

The poll question.

optionsarray

Array of poll option strings.

multipleAnswersbool

Whether the poll allows multiple answers. Default: false.

Released under the MIT License.