Explanation
By analogy with other builders, need to create a builder for sending polls and quizzes. It will probably be two builders, but it can be combined into one, because the API for polls and quizzes can be similar, and all you need to do to turn a poll into a quiz is add the appropriate parameter.
Readiness criteria
- Created new builder/builders
TelegramEx.Builder.*
- Added API docs into README.md
- Added demo usage into
example/
Explanation
By analogy with other builders, need to create a builder for sending polls and quizzes. It will probably be two builders, but it can be combined into one, because the API for polls and quizzes can be similar, and all you need to do to turn a poll into a quiz is add the appropriate parameter.
Readiness criteria
TelegramEx.Builder.*example/