b4cdf1900cCall shlex.split() only after validating cmd, try/except it.
Mendel E
2019-07-29 20:41:37 -0400
0f9029202eMerge develop -> asyncio
Dan
2019-07-30 00:06:06 +0200
584a6a046aUse shlex.split() for message.command
Mendel E
2019-07-29 07:01:51 -0400
02451ffeb5Try/except handler.check()
Mendel E
2019-07-29 07:31:07 -0400
d875298937Fix forward copies having "None" as caption in case of no caption at all
Dan
2019-07-29 12:16:00 +0200
8cdcf90b10Enhance Parser when dealing with leading and trailing whitespaces
Dan
2019-07-28 15:11:18 +0200
e1c6e6ecc1Better handling of non-string message texts Now everything will be allowed and automatically casted to string. This means that send_message(id, True) would send "True", literally.
Dan
2019-07-28 10:13:38 +0200
bed13de413Fix ChatPreview objects failing to parse This happened because Telegram changed the preview photo type from ChatPhoto to Photo. The reason behind this change was due to ChatPhoto requiring now a peer id to be downloaded, which is not available in case of chat previews.
Dan
2019-07-28 09:47:11 +0200
11ea15aa08Fix yet another compatibility issue with Path objects and Python 3.5
Dan
2019-07-28 09:32:35 +0200
87bbd764b9Add better summary for get_messages
Dan
2019-07-28 08:54:18 +0200
7b9a38a2baFix indentation and docstrings due to bad PR
Dan
2019-07-28 08:16:41 +0200
Add section to docs about scheduling
MrNaif2018
2019-07-15 15:37:18 +0300
c30e8f9c55Don't start the client in case run() is called with a coroutine as arg
Dan
2019-07-15 01:26:29 +0200
4d324abbb5Don't automatically install uvloop. Let people do that People are reporting uvloop would crash with weird core-dumped errors when using other asyncio libs, such as aiohttp. Plus, this was a bad idea and people should install uvloop themselves before running their codes.
Dan
2019-07-15 00:54:35 +0200
9940dd678fReplace ensure_future usages to create_task
Dan
2019-07-15 00:51:32 +0200
52902d4d43bug fix
Elliot Manson
2019-07-14 22:23:23 +0400
50d62259a8start by steps
Elliot Manson
2019-07-14 13:28:49 +0400
Add bound methods block and unblock to User object
kalmengr
2019-07-09 17:33:41 -0400
674e1996caAdd STICKERSET_INVALID error
Dan
2019-07-09 20:06:19 +0200
e039c1fb80Update Client.idle() docstrings to make summary clearer
Dan
2019-07-09 20:03:03 +0200
448a65bb6dFix some cross references
Dan
2019-07-09 20:02:51 +0200
b352ef334eFix Pyrogram's API template path
Dan
2019-07-09 19:10:11 +0200
ed2e7dfb66Fix cleaning generated exceptions
Dan
2019-07-09 19:09:35 +0200
efcf7d5503Move single methods, types and bound-methods to separated pages The resulting pages were huge and were also taking a while to load This will improve docs navigation
Dan
2019-07-09 19:03:46 +0200
ee2d5b1315Fix RPCError raising an error itself because of non-optional args
Dan
2019-07-09 19:03:37 +0200
82efc9a154Small documentation fix
Dan
2019-07-09 19:03:15 +0200
13d6ce1495Update DC IPs
Dan
2019-07-09 19:02:54 +0200
485877daa3Update API schema to Layer 103
Dan
2019-07-05 12:06:25 +0200
2769f5219dMerge develop -> asyncio
Dan
2019-07-04 21:02:33 +0200
303d0318c8Merge remote-tracking branch 'origin/develop' into develop
Dan
2019-07-04 21:00:36 +0200
bdd554575aFix export_chat_invite_link not working for bots on channels/supergroups Telegram still hasn't enabled this for bots... Closes
Dan
2019-07-04 21:00:22 +0200
ee1f6e2c9fFix errors and warnings when using Pyrogram async with Python <3.5.3
Dan
2019-07-04 12:57:07 +0200