Skip to content

格式

typescript
NetConversation.server_id

所属类: NetConversation

描述

(只读)服务器ID。

参数

参数名类型描述

返回值

类型描述
string

代码示例

typescript
NetServer.on_converastion_connect = async (conv: NetConversation) => {
    let server_id = conv.server_id;
}