mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
new: add missed answer_poll and reply_poll (#384)
This commit is contained in:
parent
caa0fe69d0
commit
d2cf737919
2 changed files with 160 additions and 0 deletions
|
|
@ -886,6 +886,8 @@ class Bot(BaseBot, DataMixin, ContextInstanceMixin):
|
|||
Use this method to send a native poll. A native poll can't be sent to a private chat.
|
||||
On success, the sent Message is returned.
|
||||
|
||||
Source: https://core.telegram.org/bots/api#sendpoll
|
||||
|
||||
:param chat_id: Unique identifier for the target chat
|
||||
or username of the target channel (in the format @channelusername).
|
||||
A native poll can't be sent to a private chat.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue