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 |
|
Oleg A
|
0f245bbf56
|
#289 added sendDice test and dataset
|
2020-04-05 16:14:26 +03:00 |
|
Oleg A
|
44221872eb
|
#289 added Dice type and ContentType
|
2020-04-05 16:07:01 +03:00 |
|
Alex Root Junior
|
59e6fd20c2
|
Merge pull request #290 from aiogram/OpenCollective-fix
OpenCollective organization display fix
|
2020-04-05 16:02:08 +03:00 |
|
Alex Root Junior
|
f26b3a66e6
|
Merge pull request #293 from aiogram/animation_default_parse_mode
Added default parse mode for send_animation method
|
2020-04-05 16:01:39 +03:00 |
|
Oleg A
|
13462abe47
|
test_bot minor refactoring
|
2020-04-05 15:52:01 +03:00 |
|
Oleg A
|
bd8e4fbb41
|
#289 Added sendDice method
|
2020-04-05 15:45:29 +03:00 |
|
Oleg A
|
d87ec767fb
|
Added default parse mode for send_animation method
|
2020-04-02 01:05:48 +03:00 |
|
Oleg A
|
6ef8362a21
|
OpenCollective organization display fix
Fixed issue https://github.com/opencollective/opencollective/issues/2668 with organization's avatar display
|
2020-03-31 10:39:10 +03:00 |
|
Alex Root Junior
|
6c0f6888fa
|
Merge pull request #287 from crazyuploader/patch-1
Fix some typos and grammatical mistakes
|
2020-03-29 15:05:08 +03:00 |
|
Jugal Kishore
|
577070c1d0
|
Update install.rst
Fix grammatical mistakes
|
2020-03-29 11:24:23 +05:30 |
|
Alex Root Junior
|
556e3da54f
|
Merge pull request #278 from aiogram/gabbhack-patch-1
Update dispatcher.py
|
2020-03-10 17:19:56 +02:00 |
|
Gabben
|
cefdeb43f8
|
Update dispatcher.py
|
2020-03-09 20:56:19 +05:00 |
|
Alex Root Junior
|
8686482e2f
|
Merge pull request #229 from uburuntu/private-chat-links
Private chat links
|
2020-02-22 23:21:50 +02:00 |
|
Alex Root Junior
|
96e69d108c
|
Merge pull request #272 from 2noik/dev-2.x
Add params send_phone_number_to_provider and send_email_to_provider
|
2020-02-22 23:17:38 +02:00 |
|
Alex Root Junior
|
a00548c061
|
Merge pull request #273 from uburuntu/fix-copy-poll
fix: send_copy for poll: missed attribute getting
|
2020-02-22 23:16:48 +02:00 |
|
Alex Root Junior
|
f8fa313403
|
Merge pull request #276 from vanyakosmos/fix-redis-closing
fix redis pool connection closing
|
2020-02-22 23:16:08 +02:00 |
|
Bachynin Ivan
|
5a9a4c888e
|
add simple tests for RedisStorage2
|
2020-02-12 20:28:45 +02:00 |
|
Bachynin Ivan
|
cffec23371
|
fix redis pool connection closing
- add locks in closing methods of RedisStorage
- don't remove reference to the pool in the `close()` method
|
2020-02-12 19:38:02 +02:00 |
|
Ramzan Bekbulatov
|
30a17413f0
|
fix: send_copy for poll: missed attribute getting
|
2020-02-07 15:02:00 +03:00 |
|
Ramzan Bekbulatov
|
352dc1654a
|
Merge branch 'dev-2.x' into private-chat-links
|
2020-02-06 13:35:18 +03:00 |
|