Commit graph

87 commits

Author SHA1 Message Date
Alex Root Junior
9e97cd6727 destroy_temp_session is awaitable 2018-04-19 03:32:38 +03:00
Alex Root Junior
f047bb6db3 Implemented support of Socks5 Proxy 2018-04-19 03:28:34 +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
d2c5896b5c Oops. Remove duplicated argument. 2018-04-07 23:28:55 +03:00
Alex Root Junior
f0552ad6f5 Fix aiohttp ClientConnectorSSLError: SSL certificate verify failed #33 2018-04-07 01:52:26 +03:00
Alex Root Junior
a9fa06653b Merge branch 'dev-1.x' of github.com:aiogram/aiogram into dev-1.x 2018-04-05 23:13:26 +03:00
Alex Root Junior
ce0d9aa3c6 Temporary fix "Coroutine 'BaseBot.close' was never awaited" 2018-04-05 23:11:09 +03:00
Oleg Abramov
24a7788393 Added tests sendAudio, sendDocument. Added parse_mode descriptions to methods with caption 2018-04-04 11:26:43 +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
9dd11c209a Super minor typography 2018-03-18 17:51:39 +03:00
Suren Khorenyan
e376837f03 Added parse_mode to medias caption 2018-03-18 14:55:58 +03:00
Alex Root Junior
7cab32b1cc Fix Fatal Python error: PyImport_GetModuleDict: no module dictionary! 2018-02-23 13:56:35 +02:00
Alex Root Junior
4f2cb40aea Implemented auth widget object and auth data validator. 2018-02-22 01:56:44 +02:00
Suren Khorenyan
4957596ce3 Removed redundant spaces in bot.py 2018-02-17 20:09:13 +03:00
Suren Khorenyan
3de5783102 Merge remote-tracking branch 'upstream/dev-1.x' into dev-1.x 2018-02-14 22:14:30 +03:00
Alex Root Junior
34c5ecd904 Merge remote-tracking branch 'origin/dev-1.x' into dev-1.x 2018-02-14 14:48:58 +02:00
Alex Root Junior
819a212b55 Implemented features from the latest Bot API 3.6. 2018-02-14 14:48:13 +02:00
Suren Khorenyan
70fb332fd3 Minor refactoring:
- removed remaining assertions
- quotes replaced with double quotes in f-strings
2018-02-12 22:06:05 +03:00
Suren Khorenyan
bd8e1473c0 Merge remote-tracking branch 'upstream/dev-1.x' into dev-1.x 2018-02-11 12:50:44 +03:00
Suren Khorenyan
3c99b171f6 Minor typos fixes 2018-02-11 12:50:28 +03:00
Alex Root Junior
7c92907840 Upd description of exportChatInviteLink 2018-02-08 21:19:06 +02:00
Alex Root Junior
ba44ca67fa Small changes. 2018-01-27 07:45:46 +02:00
Alex Root Junior
9571608f7e Small changes in annotations. 2018-01-27 03:34:53 +02:00
Alex Root Junior
8490306096 Refactor types. 2018-01-24 02:29:48 +02:00
Alex Root Junior
44e61fc6ad Set default parse mode. 2018-01-18 17:36:24 +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
16a61b092f More graceful stopping of long polling. 2018-01-06 14:31:59 +02:00
Alex Root Junior
629dd400eb Remove auto retry requests on RetryAfter error. 2017-12-10 04:00:46 +02:00
Alex Root Junior
0295aed615 Relative imports and reformat code (auto) 2017-12-10 02:40:59 +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
2957ff75ee Fix URL's 2017-11-11 12:36:35 +02:00
Alex Root Junior
dc4f18b5d7 Fix answerShippingQuery and sendInvoice. 2017-10-23 16:23:24 +03:00
Alex Root Junior
1b87532221 Small changes. 2017-10-22 14:15:19 +03:00
Alex Root Junior
61e7ee3220 More annotations in BaseBot class 2017-10-22 14:13:56 +03:00
Alex Root Junior
ed6301af23 Add alias for Bot.get_me() and allow to download files by id. (from old bot object) 2017-10-22 14:09:11 +03:00
Alex Root Junior
dc2794e177 Reformat code and pydocs. 2017-10-22 13:59:45 +03:00
Alex Root Junior
f29f1216ac Regen bot class. Change Optional[T] to Union[T, None]` 2017-10-21 19:19:20 +03:00
Alex Root Junior
f9e6d6839f Regenerate bot class. 2017-10-20 18:48:08 +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
5d12a7e349 Clean base bot. 2017-10-20 17:33:58 +03:00
Alex Root Junior
5eeace04f4 Update annotations. 2017-08-26 12:12:35 +03:00
Alex Root Junior
7ffeb8ff57 Fix filename in InputFile and provide to change filename in send_document. 2017-08-24 01:11:48 +03:00