windkh / node-red-contrib-telegrambot

Telegram bot nodes for node-red.
Other
265 stars 118 forks source link

[Feature Request] Poll with multiple answers #180

Closed Dodoooh closed 3 years ago

Dodoooh commented 3 years ago

Hi :) I would like to create a poll with multiple answers. in the API of Telegram this is possible. is it possible to do this too ?

many thanks.

windkh commented 3 years ago

https://github.com/windkh/node-red-contrib-telegrambot/blob/master/examples/createpoll.json

windkh commented 3 years ago

Did you see this?

Dodoooh commented 3 years ago

Did you see this?

yes, but here it is only possible to create a poll which has only one answer option for the end user. I would like to have the possibility that the Telegram user can select multiple answers.