Improve callback data serialization (#1163)

* Improve callback data serialization

* Added tests and changelog
This commit is contained in:
Alex Root Junior 2023-04-21 00:17:28 +03:00 committed by GitHub
parent fb3076d40f
commit aad2de4324
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 37 additions and 25 deletions

4
CHANGES/1163.feature.rst Normal file
View file

@ -0,0 +1,4 @@
Improved CallbackData serialization.
- Minimized UUID (hex without dashes)
- Replaced bool values with int (true=1, false=0)