Skip to content

Commit eea6ea5

Browse files
Update dotnet/README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7398b25 commit eea6ea5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dotnet/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ await session.SendAsync(new MessageOptions
276276
{
277277
new UserMessageDataAttachmentsItemFile
278278
{
279-
Path = "/path/to/image.jpg"
279+
Path = "/path/to/image.jpg",
280+
DisplayName = "image.jpg",
280281
}
281282
}
282283
});

0 commit comments

Comments
 (0)