Send poll
You can send poll to the channel or to the user
Send poll
You can send the poll to the channel or to the user. It can be anonymous poll or quiz. To create it, use the Poll class
Poll class take arguments
Argument
Description
Required
1
Question
Required
2
Poll options (array of string)
Required
3
Optional
app.controller.ts
Stop poll
To stop poll, use StopPoll class-method or .stopPoll
answer/api method
StopPoll class-method take arguments:
Argument
Description
Required
1
Keyboard you want to add
Optional
2
Message id you want to edit
Optional. Current message id by default
3
Chat id in which poll you want to stop is located
Optional. Current chat id by default
4
Optional
If you want to know what arguments an API method takes, see the IDE hint
app.controller.ts
Last updated