# PollAnswersListComponent

The component that displays the poll comments. By default you can open this component with the "View comments" poll action.

![Poll Screenshot](https://getstream.io/docs-assets/images/5464c505017d.png)

![Poll Comments](https://getstream.io/docs-assets/images/c9860c9f6097.png)

[//]: # "Start of generated content"

## Inputs and outputs

### pollId

**pollId**: `undefined` \| `string`

The poll id to display

#### Inherited from

BasePollComponent.pollId

#### Defined in

[projects/stream-chat-angular/src/lib/polls/base-poll.component.ts:32](https://github.com/GetStream/stream-chat-angular/blob/b8e03ec6da285f5e7c533ce710ebb946cded1190/projects/stream-chat-angular/src/lib/polls/base-poll.component.ts#L32)

---

### messageId

**messageId**: `undefined` \| `string`

The message id the poll is attached to

#### Inherited from

BasePollComponent.messageId

#### Defined in

[projects/stream-chat-angular/src/lib/polls/base-poll.component.ts:36](https://github.com/GetStream/stream-chat-angular/blob/b8e03ec6da285f5e7c533ce710ebb946cded1190/projects/stream-chat-angular/src/lib/polls/base-poll.component.ts#L36)

---

### upsertOwnAnswer

**upsertOwnAnswer**: `EventEmitter<void>`

The even that's emitted when the update/add comment button is clicked

#### Defined in

[projects/stream-chat-angular/src/lib/polls/poll-actions/poll-answers-list/poll-answers-list.component.ts:30](https://github.com/GetStream/stream-chat-angular/blob/b8e03ec6da285f5e7c533ce710ebb946cded1190/projects/stream-chat-angular/src/lib/polls/poll-actions/poll-answers-list/poll-answers-list.component.ts#L30)

[//]: # "End of generated content"


---

This page was last updated at 2026-08-14T17:46:44.708Z.

For the most recent version of this documentation, visit [https://getstream.io/chat/docs/sdk/angular/components/PollAnswersListComponent/](https://getstream.io/chat/docs/sdk/angular/components/PollAnswersListComponent/).