Poll.stop()

Poll.stop()

Bound method stop of Poll.

Use as a shortcut for:

await client.stop_poll(
    chat_id=chat_id,
    message_id=message_id
)

Example

await poll.stop()