@rbxts/types 1.0.827 → 1.0.828
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -36566,7 +36566,7 @@ interface TextChatService extends Instance {
|
|
|
36566
36566
|
* @param message The incoming `TextChatMessage`.
|
|
36567
36567
|
* @returns If a `ChatWindowMessageProperties` is returned, its properties override the `ChatWindowConfiguration` properties.
|
|
36568
36568
|
*/
|
|
36569
|
-
OnChatWindowAdded: (
|
|
36569
|
+
OnChatWindowAdded: (message: TextChatMessage) => ChatWindowMessageProperties | undefined;
|
|
36570
36570
|
/**
|
|
36571
36571
|
* Called when `TextChatService` is receiving an incoming message.
|
|
36572
36572
|
*
|