📄️ Post Poll Conversation
Creates a new poll conversation in a chatroom. This function allows posting a poll with various settings such as poll type, multiple select options, anonymous voting, and expiration time. The function returns a response containing the created conversation details.
📄️ Submit Poll
Submits a user's poll response in a poll conversation. This function allows the submission of selected poll options for a given conversation and chatroom.
📄️ Get Poll Users
Retrieves the list of users who selected a specific poll option in a poll conversation. This function fetches the users based on the provided poll option and conversation IDs.
📄️ Add Poll Option
Adds a new option to an existing poll in a conversation. This function allows users to contribute additional options to a poll that supports the addition of new choices.