Eleirbag89 / TelegramBotPHP

A very simple PHP Telegram Bot API for sending messages.
http://eleirbag89.github.io/TelegramBotPHP
MIT License
800 stars 340 forks source link

sendPoll Method dosen't exsist! #242

Closed masihgh closed 3 years ago

masihgh commented 3 years ago

Hi Pls Add sendPoll method in next realese

Thank's For god library for php

https://core.telegram.org/bots/api#sendpoll

masihgh commented 3 years ago

public function sendPoll(array $content) { return $this->endpoint('sendPoll', $content); }

Eleirbag89 commented 3 years ago

Can you do a pull request with the cose you wrote and add the doxygen documentation to it ?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.