中文
Appearance
NetConversation.userID
NetConversation
(只读)用户ID。
number
NetServer.on_converastion_connect = async (conv: NetConversation) => { let userID = conv.userID; }