
# ToDo List

- [ ] Do refactoring sender, change doing iterations from while loop to setInterval initiation
- [ ] Centralization handling errors for classes BaseTelegramBot and Scenario: need create errors handler method, add counters for error of different classes, add event wich could be defined by user in the future in application code
- [ ] Implement class MessageEntitiesArray
- [ ] Implement priority for particular calls Telegram Bot API via sending queue
- [?] Implement attribute is_active in dialogs
- [ ] Add message types in defineMessageType(): edited_message.text, edited_message.video etc., channel_post.text etc., edited_channel_post.text etc., edited_command
