Alex Root Junior
24f59da70d
Reworked bot-wide defaults ( #1392 )
...
* Reworked defaults
* Added changelog and partial docs
2024-01-27 17:19:45 +02:00
Alex Root Junior
c8dff11d1e
Update thumbnail type to InputFile only ( #1374 )
...
* Update thumbnail type to InputFile only
The thumbnail's type restriction has been changed in several methods and types. Previously, it accepted Union[InputFile, str], allowing both InputFile instances and strings. Now it's changed to accept only InputFile instances. This change enhances meaning of the thumbnail fields in due to Bot API accepts only InputFile instances.
* Added changelog
* Fixed typehints
2023-11-24 21:10:02 +02:00
Alex Root Junior
31c11c31e0
Fixed subtypes and union types generation, new enums added ( #1213 )
...
* Fixed subtypes and union types generation, new enums added
* Added changes description
2023-07-11 23:39:54 +03:00
Alex Root Junior
fea1b7b0a3
Reworked request builder ( #1142 )
...
* Reworked request builder
* Added more default values
* Update tests
* Fixed timestamp
* Fixed Py3.8 support
* Describe changes
2023-03-11 20:46:36 +02:00
Alex Root Junior
f6020476e6
Update schema
2023-03-11 17:43:01 +02:00
Alex Root Junior
6570d0bab1
Bot API 6.6 ( #1139 )
...
* Added basic support of Bot API 6.6
* Update descriptions
* Added StickerFormat enum
* Bump version
* Refresh from docs
* Fixed CommandStart
* Fixed files uploading
* Cover new functionality
* Added changelog
* Update texts
2023-03-11 02:17:47 +02:00
Alex Root Junior
730485e43a
Added full support of Bot API 6.4 ( #1088 )
...
* Remove warnings about pytest asyncio mode
* Update Bot API to 6.4
* Bump version
* Added changelog
* Update translations
2022-12-30 22:44:25 +02:00
Alex Root Junior
d034c1ba9f
Adding new code-generator (Butcher) ( #1069 )
...
* Re-generate types
* Re-generate methods (only attributes)
* Added enums
* Base init generator
* Added butcher configs
* Fixed tests, bump butcher
* Added changelog
* Added enum docs
* Added templates for docs index
* Re-generate bot class, remove deprecated methods
2022-11-21 01:06:55 +02:00