Commit graph

1505 commits

Author SHA1 Message Date
Alex Root Junior
1c242710b7
Merge pull request #325 from Latand/patch-2
Bug fix
2020-05-09 23:47:45 +03:00
Kostiantyn Kriuchkov
689a6cef65
Bug fix
There is no method `delete_chat_description`
2020-05-09 08:59:41 +03:00
Alex Root Junior
68857533c9
Merge pull request #322 from uburuntu/dev-2.x
fix: change user context at poll_answer
2020-05-05 11:59:12 +03:00
uburuntu
65184fb126 fix: change user context at poll_answer 2020-05-05 11:50:41 +03:00
Senpos
ac7758aeb0 Make self.user_id and self.chat_id Set[int] in IDFilter 2020-05-03 18:00:35 +03:00
Senpos
60bcd88b68 Fix IDFilter behavior when single str id passed 2020-05-03 17:38:05 +03:00
Alex Root Junior
52c76f53c7 Merge branch 'dev-2.x'
# Conflicts:
#	README.md
#	README.rst
#	aiogram/__init__.py
#	aiogram/bot/api.py
#	docs/source/index.rst
2020-04-26 00:26:35 +03:00
Alex Root Junior
61cfb8e99a
Merge pull request #297 from aiogram/feature/bot_id
#296 Get bot's user_id without get_me
2020-04-26 00:24:50 +03:00
Alex Root Junior
b0870b3f93 i-AIOG-16 update send dice aliases 2020-04-25 23:11:52 +03:00
Alex Root Junior
f1f65d2e77 i-AIOG-18 Update versions (readme, setup, etc.) 2020-04-25 22:54:44 +03:00
Alex Root Junior
f2c7236ec1 i-AIOG-17: Rename dart constant 2020-04-25 22:52:48 +03:00
Alex Root Junior
233c676755 i-AIOG-17 Add emoji to the Dice object 2020-04-25 17:54:15 +03:00
Alex Root Junior
f5e4016bf8 i-AIOG-15: Add open_period and close_date to the Poll object 2020-04-25 17:48:23 +03:00
Alex Root Junior
8906609f0e i-AIOG-14: Add open_period and close_date in the method sendPoll 2020-04-25 17:39:35 +03:00
Alex Root Junior
7e3f83ebfe i-AIOG-13: Add explanation and explanation_entities to the Poll object 2020-04-25 17:30:44 +03:00
Alex Root Junior
b42ea0f2ce i-AIOG-12: Add default parse mode 2020-04-25 17:22:13 +03:00
Alex Root Junior
cc650047df i-AIOG-12: Add explanation and explanation_parse_mode in the sendPoll 2020-04-25 17:12:03 +03:00
Alex Root Junior
6d8c962ce3
Merge pull request #310 from Teraskull/dev-2.x
Add emoji to send_dice method
2020-04-25 16:58:30 +03:00
Anton
4fafba17b9
Add emoji to send_dice method 2020-04-24 20:09:36 +02:00
Alex Root Junior
234c051af7
Merge pull request #306 from LimiO/dev-2.x
add answer_dice method
2020-04-24 02:05:08 +03:00
LimiO
e50f9e5269 Change False to True at reply_dice 2020-04-18 17:47:03 +03:00
LimiO
a7a06b7301 Add reply_dice method 2020-04-18 17:40:26 +03:00
LimiO
2ff880bb5f add answer_dice method 2020-04-18 16:09:45 +03:00
Alex Root Junior
aec67b18af
Merge pull request #299 from culnaen/patch-1
fix AttributeError
2020-04-11 18:11:51 +03:00
culnaen
e4c1f4acc8
fix 2020-04-08 18:30:12 +03:00
Alex Root Junior
466d842ec5
Merge pull request #298 from aiogram/tg-version-shield
Updated telegram version shield
2020-04-07 13:31:44 +03:00
Oleg A
43a210e21f
Updated telegram version shield 2020-04-07 12:55:24 +03:00
Oleg A
cd75d3c468 #296 Added test for getting bot's user_id 2020-04-07 09:43:11 +03:00
Oleg A
8cd781048a #296 Get bot's user_id without get_me 2020-04-07 09:36:16 +03:00
Alex Root Junior
27e02e007c Bump version 2020-04-07 00:59:59 +03:00
Alex Root Junior
a565251d4e
Merge pull request #294 from aiogram/dev-2.x-api-4.7
Updated API 4.7 for dev-2.x branch
2020-04-07 00:41:27 +03:00
Oleg A
97bda44718 #289 BotCommand type init fix 2020-04-06 23:59:37 +03:00
evgfilim1
79f62f9e61
Check whether Python is 3.7+ 2020-04-06 18:20:39 +05:00
Oleg A
683e2befb5 #289 Added BotCammand and Dice to __all__ types 2020-04-05 19:55:53 +03:00
Oleg A
6cc769ce4f #289 Added setStickerSetThumb test 2020-04-05 19:13:33 +03:00
Oleg A
9bbc7510f4 #289 Added the ability to change thumbnails of sticker sets created by the bot using the method setStickerSetThumb. 2020-04-05 19:04:48 +03:00
Oleg A
3d632fea1c #289 Added the field thumb to the StickerSet object. 2020-04-05 18:54:10 +03:00
Oleg A
181f1f0e6d #289 Added the ability to add animated stickers to sets created by the bot by specifying the parameter tgs_sticker instead of png_sticker in the method addStickerToSet. 2020-04-05 18:48:37 +03:00
Alex Root Junior
5de9c9853e #270: Add new exception 2020-04-05 18:28:59 +03:00
Alex Root Junior
8f07b1248e More safe bot deleter 2020-04-05 18:22:52 +03:00
Alex Root Junior
5e3df8bfec #277: Get default parse mode from context in chat.get_mention() 2020-04-05 18:22:27 +03:00
Oleg A
12faef50f8 #289 updated createNewStickerSet docs 2020-04-05 17:55:00 +03:00
Oleg A
3ab5b80caf #289 Added the ability to create animated sticker sets by specifying the parameter tgs_sticker instead of png_sticker in the method createNewStickerSet 2020-04-05 17:48:35 +03:00
Oleg A
29d767bd78 #289 added getMyCommands test 2020-04-05 17:26:53 +03:00
Oleg A
505d6bf75b normalized FakeTelegram passed data 2020-04-05 17:26:18 +03:00
Oleg A
93b60b6d75 #289 fixed getMyCommands output 2020-04-05 17:25:16 +03:00
Oleg A
a5f9373381 refactored message_dict to message_data in FakeTelegram 2020-04-05 17:02:43 +03:00
Oleg A
38a2309c32 #289 added setMyCommands test 2020-04-05 16:48:34 +03:00
Oleg A
c8f126b8ea #289 added getMyCommands method 2020-04-05 16:42:19 +03:00
Oleg A
b77ed1ad92 #289 added setMyCommands method; added BotCommand type 2020-04-05 16:35:56 +03:00