Commit graph

62 commits

Author SHA1 Message Date
Alex Root Junior
778913d51f
Merge branch 'dev-2.x' into shortcut 2020-01-01 01:07:23 +02:00
Gabben
655554862d New Sticker shortcuts
- New delete_from_set shortcut
- Fix docs
2020-01-01 00:53:41 +05:00
Gabben
98d3f789d2 Add chat shortcast 2020-01-01 00:09:22 +05:00
Gabben
5ea0aa095d New method from Bot API 4.5
- setChatAdministratorCustomTitle
2019-12-31 23:00:37 +05:00
Alex Root Junior
cb4f459597 Fix typing for until_date argument (can be datetime or timedelta) 2019-10-29 21:19:55 +02:00
Vasiliy
f13a14c5ef
Fixed send_poll required params 2019-10-05 20:23:54 +04:00
Evgen
1e75f59f57
Fix error with set_chat_permissions
I think it should work (I haven't tested it)
2019-08-27 13:28:11 +05:00
Alex Root Junior
cbaf826be1 Add support for new chat permissions 2019-08-04 19:43:07 +03:00
WeatherControl
edfc74069e 2019-07-18 15:38:00 +03:00
Nikita
8a55b67715 Type hint and fix parse_mode parameter
Fix: t.me/aiogram_ru/54632
2019-04-28 23:33:34 +05:00
Alex RootJunior
71c49fd08b Small changes 2019-04-16 00:22:22 +03:00
Alex RootJunior
599e87ec13 Bump polls to latest API version (Naming and location) 2019-04-15 23:38:17 +03:00
Alex RootJunior
e2e2d9c9fe Implemented polls [From test API] 2019-04-11 00:32:46 +03:00
Alex Root Junior
c153fcfe8d Update captions length 2018-10-28 19:39:36 +02:00
Alex Root Junior
39c333251f Rewrite contextvar usage. Implemented ContextInstanceMixin and DataMixin 2018-10-20 15:55:57 +03:00
Alex Root Junior
afb73fdb5c Bad arguments 2018-09-22 21:51:01 +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
4d7555b1c3 Rewrite file uploading mechanism. Allow to send thumbs (Bot API 4.0). 2018-08-13 22:42:10 +03:00
Alex Root Junior
2c7a7dfce0 Fix docs warnings 2018-08-05 20:37:49 +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
a43e196d6d Added the new field foursquare_type to the objects Venue, InlineQueryResultVenue and InputVenueMessageContent, and the parameter foursquare_type to the sendVenue method. 2018-07-29 03:08:33 +03:00
Alex Root Junior
8df8792f1c Added the method sendAnimation 2018-07-29 02:58:17 +03:00
Alex Root Junior
f006e53ddc Added support for attaching custom thumbnails to uploaded files.
Note: is not work properly and will be fixed in 2.0
2018-07-29 02:55:24 +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
f635b5c965 Added vCard support when sharing contacts 2018-07-29 02:17:17 +03:00
Alex Root Junior
6f3eda16e5 Telegram Passport 2018-07-28 19:16:54 +03:00
Alex Root Junior
8086a120c2 Try to use contextvars (partial) 2018-06-23 17:39:24 +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
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
Suren Khorenyan
4957596ce3 Removed redundant spaces in bot.py 2018-02-17 20:09:13 +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
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
44e61fc6ad Set default parse mode. 2018-01-18 17:36:24 +02:00
Alex Root Junior
0295aed615 Relative imports and reformat code (auto) 2017-12-10 02:40:59 +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
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
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