Skip to content

Commit 4c76719

Browse files
committed
Revert "Update chat-csharp.md"
This reverts commit 047cb18. Revert commit in #70957 to resolve merge conflict in repo sync PR #71584
1 parent e97208c commit 4c76719

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/quickstarts/chat/includes

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/chat/includes/chat-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Use `SendMessage` to send a message to a thread.
107107
- Use `senderDisplayName` to specify the display name of the sender. If not specified, empty string will be set.
108108

109109
```csharp
110-
var messageId = await chatThreadClient.SendMessageAsync(content:"hello world");
110+
var messageId = await chatThreadClient.SendMessageAsync(content:"hello world", type: );
111111
```
112112
## Get a message
113113

0 commit comments

Comments
 (0)