mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-10 00:24:51 +00:00
Update utils.py
This commit is contained in:
parent
30dad015ae
commit
37d2c1b9e4
1 changed files with 2 additions and 2 deletions
|
|
@ -274,9 +274,9 @@ def unpack_inline_message_id(inline_message_id: str) -> "raw.base.InputBotInline
|
|||
|
||||
|
||||
MIN_CHANNEL_ID_OLD = -1002147483647
|
||||
MIN_CHANNEL_ID = -1009999999999
|
||||
MIN_CHANNEL_ID = -100999999999999
|
||||
MAX_CHANNEL_ID = -1000000000000
|
||||
MIN_CHAT_ID = -2147483647
|
||||
MIN_CHAT_ID = -999999999999
|
||||
MAX_USER_ID_OLD = 2147483647
|
||||
MAX_USER_ID = 999999999999
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue