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
a355daba49
Re-generate Bot API
2023-10-29 02:15:50 +03:00
Alex Root Junior
fec138977d
Telegram Bot API 6.9 ( #1319 )
...
* Added support for Bot API 6.9
* Bump API
* Added changelog
2023-09-22 17:46:57 +03:00
Alex Root Junior
678b3cfe7d
Bot API 6.8 ( #1276 )
...
* Prepare for Bot API 6.8
* Bump after public release
* Bump version, added changelog
2023-08-18 20:18:05 +03:00
Alex Root Junior
1538bc2e2d
Bot API 6.7 ( #1168 )
...
* Added 6.7 features
* Update after release
* Added tests
* Added changelog
2023-04-22 18:09:59 +03:00
Alex Root Junior
2c756a1689
Update API docs
2023-04-08 18:31:38 +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
e59d4652bf
Added full support of Bot API 6.5 ( #1112 )
...
* Added full support of Bot API 6.5
* Shut up, linters (Fixed errors)
* Oops. Added lost files.
* Fixed tests
* Added changes description
* Update description from docs
* Fixed anchors
* Update Butcher
* Added danger zone to changelog
* Type
2023-02-04 19:53:32 +02:00
Alex Root Junior
c5f3569471
Update from API docs
2023-01-07 22:41:36 +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