Skip to content

Commit cc87946

Browse files
SpEcHiDenull-nick
authored andcommitted
1 parent 50c2f53 commit cc87946

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyrogram/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,8 @@ def unpack_inline_message_id(inline_message_id: str) -> "raw.base.InputBotInline
203203

204204
MIN_CHANNEL_ID = -1002147483647
205205
MAX_CHANNEL_ID = -1000000000000
206-
MIN_CHAT_ID = -2147483647
206+
MIN_CHAT_ID_OLD = -2147483647
207+
MIN_CHAT_ID = -999999999999
207208
MAX_USER_ID_OLD = 2147483647
208209
MAX_USER_ID = 999999999999
209210

0 commit comments

Comments
 (0)