Interface ITeamConversationIdentity
Represents a tag in Microsoft Teams. Tags allow users to quickly connect to subset of users in a team.
public interface ITeamConversationIdentity : IDataModel<ITeamConversationIdentity>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamConversationIdentity>
- Inherited Members
- Extension Methods
Properties
ConversationIdentityType
Type of conversation. Possible values are: team, channel, and chat.
TeamConversationIdentityType ConversationIdentityType { get; set; }
Property Value
DisplayName
Display name of the conversation. Optional.
string DisplayName { get; }
Property Value
Id
ID of the conversation.
string Id { get; set; }