mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
pyrofork: Update MIN_CHANNEL_ID and MIN_CHAT_ID (#81)
Signed-off-by: wulan17 <wulan17@nusantararom.org>
This commit is contained in:
parent
a55b56d611
commit
c0ee103efe
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