Update MAX_USER_ID
This commit is contained in:
parent
804d00fa0f
commit
2e964b3fa9
@ -159,7 +159,7 @@ def unpack_inline_message_id(inline_message_id: str) -> "raw.types.InputBotInlin
|
||||
MIN_CHANNEL_ID = -1002147483647
|
||||
MAX_CHANNEL_ID = -1000000000000
|
||||
MIN_CHAT_ID = -2147483647
|
||||
MAX_USER_ID = 2147483647
|
||||
MAX_USER_ID = 999999999999
|
||||
|
||||
|
||||
def get_raw_peer_id(peer: raw.base.Peer) -> Optional[int]:
|
||||
|
Loading…
Reference in New Issue
Block a user