Skip to content
This repository was archived by the owner on Dec 23, 2024. It is now read-only.

Commit 2e964b3

Browse files
committed
Update MAX_USER_ID
1 parent 804d00f commit 2e964b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def unpack_inline_message_id(inline_message_id: str) -> "raw.types.InputBotInlin
159159
MIN_CHANNEL_ID = -1002147483647
160160
MAX_CHANNEL_ID = -1000000000000
161161
MIN_CHAT_ID = -2147483647
162-
MAX_USER_ID = 2147483647
162+
MAX_USER_ID = 999999999999
163163

164164

165165
def get_raw_peer_id(peer: raw.base.Peer) -> Optional[int]:

0 commit comments

Comments
 (0)