中文
Appearance
NetConversation.isNew
NetConversation
(只读)是否是新的NetConversation。
boolean
NetServer.on_converastion_connect = async (conv: NetConversation) => { let isNew = conv.isNew; }