Skip to content

[FEATURE REQ] Merge ChatThreadProperties and ChatThreadItem (sync their properties) #46314

Open
@ErikAndreas

Description

@ErikAndreas

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

No one assigned

    Labels

    ClientThis issue points to a problem in the data-plane of the library.CommunicationService AttentionWorkflow: This issue is responsible by Azure service team.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions