Skip to content
Dmitry edited this page Aug 11, 2024 · 1 revision

Get Answer Voters

Properties

property type
channel_id string
message_id string
answer_id string
cache_ttl ?int

How to use

$poll = $api->poll->getAnswerVoters(channel_id: 'channel_id', message_id: 'message_id', answer_id: 'answer_id');

End Poll

Properties

property type
channel_id string
message_id string
cache_ttl ?int

How to use

$poll = $api->poll->endPoll(channel_id: 'channel_id', message_id: 'message_id');

Clone this wiki locally