Commit graph

21 commits

Author SHA1 Message Date
Alex Root Junior
dc4f18b5d7 Fix answerShippingQuery and sendInvoice. 2017-10-23 16:23:24 +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
7ffeb8ff57 Fix filename in InputFile and provide to change filename in send_document. 2017-08-24 01:11:48 +03:00
Alex Root Junior
ae48ed973a Fix docs. 2017-08-04 14:00:48 +03:00
Alex Root Junior
11ceaab10d This code doesn't take an any effect. 2017-08-04 13:37:51 +03:00
Alex Root Junior
1b49e8e2d3 Fix docs indentations. 2017-08-04 13:25:29 +03:00
Alex Root Junior
ae50e578b9 Move prepare object 2017-07-25 00:58:57 +03:00
Alex Root Junior
3951e25e9f Allow to reset bot.me 2017-07-24 23:39:41 +03:00
Alex Root Junior
ffbb89100c Rewrite Bot classes. Add moooooore pydocs. 2017-07-24 21:46:43 +03:00
Alex Root Junior
050b3ba113 Optimize parameters parser 2017-07-22 20:14:44 +03:00
Alex Root Junior
07835b504c Merge remote-tracking branch 'origin/master' into dev
# Conflicts:
#	aiogram/bot/base.py
2017-07-22 19:23:48 +03:00
Alex Root Junior
146e876099 Update to Bot API 3.2. Teach your bot to handle stickers and sticker sets. 2017-07-22 19:23:20 +03:00
Alex Root Junior
5b87708049 Provide some actions from data types. 2017-07-12 00:16:29 +03:00
Alex Root Junior
0ae4f6d948 Small fix 2017-07-11 23:41:40 +03:00
Alex Root Junior
4e093680c4 Update to Bot API 3.1 2017-07-11 23:08:20 +03:00
Alex Root Junior
a7e37797bf BOOOOOOOL 2017-06-09 14:58:13 +03:00
Alex Root Junior
cc6fbef8ea set_webhook return bool 2017-06-09 14:57:43 +03:00
Alex Root Junior
08124e7d38 Split bot.py to bot/base.py and bot/bot.py 2017-06-04 11:35:07 +03:00
Renamed from aiogram/bot.py (Browse further)