Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/document/unity/message_send_receive.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ SDKClient.Instance.ChatManager.SendMessage(ref msg, new CallBack(
));
```

2. 接收自定义消息与其他类型消息一致,详见[接收文本消息](#接收文本消息)。
2. 接收自定义消息与其他类型消息一致,详见[接收文本消息](#发送和接收文本消息)。

## 发送和接收合并消息

Expand Down Expand Up @@ -526,7 +526,7 @@ SDKClient.Instance.ChatManager.SendMessage(ref msg, new CallBack(
));
```

接收群定向消息与接收普通消息的操作相同,详见[接收文本消息](#接收文本消息)。
接收群定向消息与接收普通消息的操作相同,详见[接收文本消息](#发送和接收文本消息)。

## 使用消息扩展字段

Expand Down