From 02c1e44534fab4f353f16df8a8b5ee8ccd78e9c6 Mon Sep 17 00:00:00 2001 From: teresayangg <112972130+teresayangg@users.noreply.github.com> Date: Wed, 6 Nov 2024 19:56:21 -0800 Subject: [PATCH] Update TextChannel API reference to highlight new channel tabs feature (#906) ## Changes ## Checks By submitting your pull request for review, you agree to the following: - [x] This contribution was created in whole or in part by me, and I have the right to submit it under the terms of this repository's open source licenses. - [x] I understand and agree that this contribution and a record of it are public, maintained indefinitely, and may be redistributed under the terms of this repository's open source licenses. - [x] To the best of my knowledge, all proposed changes are accurate. --- content/en-us/reference/engine/classes/TextChannel.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en-us/reference/engine/classes/TextChannel.yaml b/content/en-us/reference/engine/classes/TextChannel.yaml index 6e887e9a8..175e2209c 100644 --- a/content/en-us/reference/engine/classes/TextChannel.yaml +++ b/content/en-us/reference/engine/classes/TextChannel.yaml @@ -13,6 +13,8 @@ description: | `Class.TextSource` of the user with `TextSource.CanSend = true` must be in that channel. + Messages from different TextChannels can be separated into different tabs in the chat window using `Class.ChannelTabsConfiguration`. + To learn more, see [In-Experience Text Chat](../../../chat/in-experience-text-chat.md). code_samples: