mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-24 02:47:29 +00:00
* 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