voteToPoll

abstract fun voteToPoll(    pollEventId: String,     answerId: String,     additionalContent: Content? = null): Cancelable

Method to send a poll response.

Return

a Cancelable

Parameters

pollEventId

the poll currently replied to

answerId

The id of the answer

additionalContent

additional content to put in the event content