Commit graph

62 commits

Author SHA1 Message Date
Alex Root Junior
2323771cb9 Bump versions and URL's 2020-01-01 16:55:33 +02:00
Gabben
5ea0aa095d New method from Bot API 4.5
- setChatAdministratorCustomTitle
2019-12-31 23:00:37 +05:00
Oleg A
4523a1cab3 #239 added token type validation 2019-11-23 12:45:47 +03:00
Oleg A
f5d008938f #239 added check for right part of token exists; removed check for left part length 2019-11-23 11:46:50 +03:00
Alex Root Junior
14f273702b Bump version 2019-08-04 19:43:25 +03:00
Alex Root Junior
cbaf826be1 Add support for new chat permissions 2019-08-04 19:43:07 +03:00
Alex RootJunior
b70778fcdb Update to 4.3 Bot API. LoginUrl. 2019-06-01 15:16:28 +03:00
Nikita
1e1becd88e Make check_result func sync 2019-05-12 11:40:44 +05:00
Alex RootJunior
71c49fd08b Small changes 2019-04-16 00:22:22 +03:00
Alex RootJunior
e2e2d9c9fe Implemented polls [From test API] 2019-04-11 00:32:46 +03:00
Alex Root Junior
01dc74a118 Reformat API module. 2018-09-21 22:48:10 +03:00
Alex Root Junior
7a55c040ee Write docs and small fixes. 2018-09-07 21:24:13 +03:00
Alex Root Junior
5466f0c342 Set requests timeout 2018-08-14 00:13:37 +03:00
Alex Root Junior
d5290647c5 Remove Connectors mechanism and use aiohttp_socks instead of aiosocksy for Socks4/Socks5 proxies 2018-08-13 23:25:17 +03:00
Alex Root Junior
b2d202bb5d Remove "context" middleware. Rename "bot" middleware to "environment". 2018-08-09 19:37:09 +03:00
Alex Root Junior
a992f670c1 Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2018-08-07 14:08:17 +03:00
Alex Root Junior
272cf155f2 Merge branch 'master' into dev-2.x
# Conflicts:
#	aiogram/__init__.py
#	aiogram/utils/json.py
2018-08-03 23:14:25 +03:00
Alex Root Junior
8df8792f1c Added the method sendAnimation 2018-07-29 02:58:17 +03:00
Alex Root Junior
a8f6f3adf5 Added the method editMessageMedia and new types InputMediaAnimation, InputMediaAudio, and InputMediaDocument. 2018-07-29 02:36:27 +03:00
Alex Root Junior
6f3eda16e5 Telegram Passport 2018-07-28 19:16:54 +03:00
Victor Usachev
4c663ba4c7 Fix for proxy in AiohttpConnector.request 2018-07-28 05:06:50 +10:00
Alex Root Junior
cd4fee5eaa Implement connectors mechanism. 2018-07-08 18:40:54 +03:00
Alex Root Junior
3076173384 New error types. 2018-05-11 02:00:32 +03:00
Alex Root Junior
b597f1e565 Fixed the RetryAfter and MigrateToChat errors 2018-05-02 18:09:51 +03:00
Alex Root Junior
8f45ebc9ed Refactoring the detection of error types 2018-05-02 18:08:36 +03:00
Alex Root Junior
0b48978bd3 Added new error types: PhotoDimensions, UnavailableMembers 2018-05-02 17:02:20 +03:00
Alex Root Junior
e3e1ed9ed7 Add InvalidStickersSet exception 2018-04-22 22:02:58 +03:00
Alex Root Junior
e07115a09f Add InvalidStickersSet exception 2018-04-16 00:36:14 +03:00
Alex Root Junior
c0fcaa6f45 More API Exceptions. 2018-04-14 02:40:16 +03:00
Alex Root Junior
ca3aa504cf Wow. Fail. Wrong method name. 2018-04-09 00:30:38 +03:00
Alex Root Junior
f0de1c5761 Add PhotoAsInputFileRequired exception. // Photo should be uploaded as an InputFile 2018-04-08 17:31:58 +03:00
Alex Root Junior
5571f3d4ec More detailed exceptions. 2018-03-30 19:32:23 +03:00
Alex Root Junior
d2d8f4b51c Change API version number. 2018-03-19 01:31:24 +02:00
Suren Khorenyan
3c99b171f6 Minor typos fixes 2018-02-11 12:50:28 +03:00
Alex Root Junior
8490306096 Refactor types. 2018-01-24 02:29:48 +02:00
Alex Root Junior
020332ad3a Send files with correct names. 2018-01-15 14:34:35 +02:00
Alex Root Junior
30866e5a9a Typo version in docstring. 2018-01-06 14:37:10 +02:00
Alex Root Junior
629dd400eb Remove auto retry requests on RetryAfter error. 2017-12-10 04:00:46 +02:00
Alex Root Junior
753396330d Implemented new one InputFile interface for sending local files. 2017-11-21 20:31:35 +02:00
Alex Root Junior
f11775fcef Implemented features from not announced Telegram Bot API update: sendMediaGroup + InputMedia* + other small changes 2017-11-17 23:01:17 +02:00
Alex Root Junior
600148e6d2 Check response content type. 2017-11-16 17:56:27 +02:00
Alex Root Junior
59bea7216a Oops. Change API version in docs and add API version to aiogram.__init__ 2017-11-11 12:46:33 +02:00
Alex Root Junior
1b87532221 Small changes. 2017-10-22 14:15:19 +03:00
Alex Root Junior
4e0c960289 Add new method names from latest Bot API (3.4) 2017-10-20 18:47:50 +03:00
Alex Root Junior
5eeace04f4 Update annotations. 2017-08-26 12:12:35 +03:00
Alex Root Junior
09fa911ffa Add ConflictError (309) 2017-08-22 20:28:22 +03:00
Alex Root Junior
b65f181402 More correct names for writing styles in HelperMode 2017-08-15 04:32:11 +03:00
Alex Root Junior
2346ade309 I think exceptions module is utility. 2017-08-15 04:17:20 +03:00
Alex Root Junior
b7bf22bb77 Small changes in exceptions. 2017-08-14 22:16:41 +03:00
Alex Root Junior
afe8b24c42 Reorder exceptions in error detector. 2017-08-11 06:17:02 +03:00