Open
Description
Library name
Azure.Communication.Chat
Please describe the feature.
Keeping track of your own threads (doing internal filtering/rules for which threads to display when etc) means using the ChatThreadClient (per thread) as opposed to using ChatClient.GetChatThreads (returns all threads user is participant in?)
But having a ChatThreadClient means only having access to ChatThreadProperties whereas ChatClient.GetChatThreads returns list of ChatThreadItem(s) - these objects (ChatThreadProperties and ChatThreadItem) are very similar but e.g. LastMessageReceivedOn only exists as a property on the latter?
Could these two be merged into one and the same or at least have the same set of properties?
Metadata
Metadata
Assignees
Labels
This issue points to a problem in the data-plane of the library.Workflow: This issue is responsible by Azure service team.Issues that are reported by GitHub users external to the Azure organization.Workflow: This issue needs attention from Azure service team or SDK teamThe issue doesn't require a change to the product in order to be resolved. Most issues start as that