Skip to content
Merged
Changes from 2 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
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ description: |
Represents a text chat command. Can be used to create custom text chat
commands when parented to `Class.TextChatService`. Custom commands can have up
to two aliases, and the Triggered event fires when a user types
"/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat.
"/{PrimaryAlias}" or "/{SecondaryAlias}" into the chat. For examples of
creating custom text chat commands, see [Custom Text Chat Commands](../../../chat/examples/custom-text-chat-commands.md)

To learn more about using `Class.TextChatService`, see
[In-Experience Text Chat](../../../chat/in-experience-text-chat.md).
Expand Down