WPyrogram 2.0.145__py3-none-any.whl → 2.0.146__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: WPyrogram
3
- Version: 2.0.145
3
+ Version: 2.0.146
4
4
  Summary: Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots - Woto's experimental fork
5
5
  Home-page: https://github.com/ALiwoto/WPyrogram
6
6
  Download-URL: https://github.com/ALiwoto/WPyrogram
@@ -1,4 +1,4 @@
1
- pyrogram/__init__.py,sha256=yutyYD7VX8qH8qzgeRRbI0szVuCuIsV-PWcPxPaIo-o,1401
1
+ pyrogram/__init__.py,sha256=Latr3XqVt-SAL07fBLgjbFC8vkpiJDKhmoddB2YJbXM,1401
2
2
  pyrogram/client.py,sha256=Dh0K4t-U6aioFSTFpftfzt37Wl-I9JoRdXjHTGtKaCY,50646
3
3
  pyrogram/dispatcher.py,sha256=jkTiOYhImW8BiPNmSobuDkpyin135Po0WDkLgTMDvCY,15636
4
4
  pyrogram/emoji.py,sha256=ixb3OXR1XpLf3BQpw8kWIpmbQRowRIaFedjdnuzljac,208021
@@ -3129,10 +3129,10 @@ pyrogram/types/user_and_chats/video_chat_ended.py,sha256=J5xTIAMSGDz8_z-EGrKwkoJ
3129
3129
  pyrogram/types/user_and_chats/video_chat_members_invited.py,sha256=9QhonApJd1XjOeJu9fqx2_u6nIOTZhfXZw_tX9XXxd8,1610
3130
3130
  pyrogram/types/user_and_chats/video_chat_scheduled.py,sha256=rUvDXF8r-2MfsAZKAcaWb_UZt5VoHebPjeJXWRDHGSo,1531
3131
3131
  pyrogram/types/user_and_chats/video_chat_started.py,sha256=WOAuM_CnkRA-W_Iedx0fIHB9RJ-AsvJIiSF05HzLRdA,1043
3132
- WPyrogram-2.0.145.dist-info/COPYING,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
3133
- WPyrogram-2.0.145.dist-info/COPYING.lesser,sha256=pWgb-bBdsU2Gd2kwAXxketnm5W_2u8_fIeWEgojfrxs,7651
3134
- WPyrogram-2.0.145.dist-info/METADATA,sha256=AjjpTV7JomtsI2LWNyH3B9eXEmzDYgpLsn7NVq1QdXA,4924
3135
- WPyrogram-2.0.145.dist-info/NOTICE,sha256=QL3iJdeVh_ZqRZZchyruQic5bYUWdx3yl0OkSUC2PQc,774
3136
- WPyrogram-2.0.145.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
3137
- WPyrogram-2.0.145.dist-info/top_level.txt,sha256=vS2-tKX7dJ1uKjistE5CoOVbv4yqglA95SK0KFEDwl0,9
3138
- WPyrogram-2.0.145.dist-info/RECORD,,
3132
+ WPyrogram-2.0.146.dist-info/COPYING,sha256=ixuiBLtpoK3iv89l7ylKkg9rs2GzF9ukPH7ynZYzK5s,35148
3133
+ WPyrogram-2.0.146.dist-info/COPYING.lesser,sha256=pWgb-bBdsU2Gd2kwAXxketnm5W_2u8_fIeWEgojfrxs,7651
3134
+ WPyrogram-2.0.146.dist-info/METADATA,sha256=cbDyo1OXwgficeFXzQV_NF9ytCWRF7BqSPKGRKNoEMc,4924
3135
+ WPyrogram-2.0.146.dist-info/NOTICE,sha256=QL3iJdeVh_ZqRZZchyruQic5bYUWdx3yl0OkSUC2PQc,774
3136
+ WPyrogram-2.0.146.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
3137
+ WPyrogram-2.0.146.dist-info/top_level.txt,sha256=vS2-tKX7dJ1uKjistE5CoOVbv4yqglA95SK0KFEDwl0,9
3138
+ WPyrogram-2.0.146.dist-info/RECORD,,
pyrogram/__init__.py CHANGED
@@ -16,7 +16,7 @@
16
16
  # You should have received a copy of the GNU Lesser General Public License
17
17
  # along with Pyrogram. If not, see <http://www.gnu.org/licenses/>.
18
18
 
19
- __version__ = "2.0.145"
19
+ __version__ = "2.0.146"
20
20
  __license__ = "GNU Lesser General Public License v3.0 (LGPL-3.0)"
21
21
  __copyright__ = "Copyright (C) 2017-present Dan <https://github.com/delivrance>"
22
22