mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-04 14:24:51 +00:00
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:
parent
f684ce9563
commit
d2ee1653a7
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
MAX_CHANNEL_ID = -1000000000000
|
||||||
MIN_CHAT_ID = -2147483647
|
MIN_CHAT_ID = -2147483647
|
||||||
MAX_USER_ID_OLD = 2147483647
|
MAX_USER_ID_OLD = 2147483647
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue