MTPyroger/pyrogram/methods
Alisson Lauffer 1dc4df8cb1
Improve typing hints (#537)
* Change type1 or type2 to Union[type1, type2]

* Address @KunoiSayami suggestions

* Change Union[type1, None] to Optional[type1]

* Update PR with latest commit changes

* Address Dan suggestions
2020-12-20 17:05:17 +01:00
..
advanced Do not recalculate the md5 sum in case of chunk re-uploads 2020-10-17 17:07:32 +02:00
auth Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
bots Fix wrong imports in examples 2020-10-31 19:29:39 +01:00
chats Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
contacts Fix wrong imports in examples 2020-10-31 19:29:39 +01:00
decorators Fix wrong docs references on pyrogram.filters 2020-11-28 17:38:08 +01:00
messages Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
password Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00
users Improve typing hints (#537) 2020-12-20 17:05:17 +01:00
utilities Fix wrong imports in examples 2020-10-31 19:29:39 +01:00
__init__.py Deep rewrite: preparing for v1.0 2020-08-22 08:05:05 +02:00