-
Notifications
You must be signed in to change notification settings - Fork 0
Poll
Dmitry edited this page Aug 11, 2024
·
1 revision
| property | type |
|---|---|
channel_id |
string |
message_id |
string |
answer_id |
string |
cache_ttl |
?int |
$poll = $api->poll->getAnswerVoters(channel_id: 'channel_id', message_id: 'message_id', answer_id: 'answer_id');| property | type |
|---|---|
channel_id |
string |
message_id |
string |
cache_ttl |
?int |
$poll = $api->poll->endPoll(channel_id: 'channel_id', message_id: 'message_id');