We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804d00f commit 2e964b3Copy full SHA for 2e964b3
pyrogram/utils.py
@@ -159,7 +159,7 @@ def unpack_inline_message_id(inline_message_id: str) -> "raw.types.InputBotInlin
159
MIN_CHANNEL_ID = -1002147483647
160
MAX_CHANNEL_ID = -1000000000000
161
MIN_CHAT_ID = -2147483647
162
-MAX_USER_ID = 2147483647
+MAX_USER_ID = 999999999999
163
164
165
def get_raw_peer_id(peer: raw.base.Peer) -> Optional[int]:
0 commit comments