pyrofork: update MIN_CHANNEL_ID

update MIN_CHANNEL_ID

Reference: https://t.me/pyrogramchat/593087
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
Gautam Kumar 2024-05-24 14:11:21 +05:30 committed by wulan17
parent f684ce9563
commit d2ee1653a7
No known key found for this signature in database
GPG key ID: 318CD6CD3A6AC0A5

View file

@ -273,7 +273,8 @@ def unpack_inline_message_id(inline_message_id: str) -> "raw.base.InputBotInline
)
MIN_CHANNEL_ID = -1002147483647
MIN_CHANNEL_ID_OLD = -1002147483647
MIN_CHANNEL_ID = -1009999999999
MAX_CHANNEL_ID = -1000000000000
MIN_CHAT_ID = -2147483647
MAX_USER_ID_OLD = 2147483647