mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Improve callback data serialization (#1163)
* Improve callback data serialization * Added tests and changelog
This commit is contained in:
parent
fb3076d40f
commit
aad2de4324
3 changed files with 37 additions and 25 deletions
4
CHANGES/1163.feature.rst
Normal file
4
CHANGES/1163.feature.rst
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
Improved CallbackData serialization.
|
||||
|
||||
- Minimized UUID (hex without dashes)
|
||||
- Replaced bool values with int (true=1, false=0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue