pybotx` library was rewritten to achieve the following goals: * Make it easy to maintain (adding new events and methods) * Separate `pybotx` models from `botx` API for better abstraction * Make tests simpler, check real code instead of many mocks * Use incoming message context for `answer` method * Add `undefined` value for fields that can be skipped in payload * Drop unused sync client * Drop DI system, which was incomplete (no `yield` support) and hard to maintain * Drop next steps (`pybotx-fsm` solve this task)
0.28.0
Added
* SmartApps main functionality.
0.27.0
Added
* `pin_message` and `unpin_message` methods.
0.26.0
Added methods for interacting with sticker pack/stickers - `get_sticker_pack_list`, `get_sticker_pack`. `get_sticker_from_pack`, `create_sticker_pack`, `add_sticker`, `edit_sticker_pack`, `delete_sticker_pack`, `delete_sticker`.
0.25.1
Add `embed_mentions` argument in `answer_message` method