We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e97208c commit 4c76719Copy full SHA for 4c76719
articles/communication-services/quickstarts/chat/includes/chat-csharp.md
@@ -107,7 +107,7 @@ Use `SendMessage` to send a message to a thread.
107
- Use `senderDisplayName` to specify the display name of the sender. If not specified, empty string will be set.
108
109
```csharp
110
-var messageId = await chatThreadClient.SendMessageAsync(content:"hello world");
+var messageId = await chatThreadClient.SendMessageAsync(content:"hello world", type: );
111
```
112
## Get a message
113
0 commit comments