Interface IChatIdentitySet
Identity information about a Teams element
public interface IChatIdentitySet : IDataModel<IChatIdentitySet>, IDataModelParent, IDataModelWithContext, ISupportModules<IChatIdentitySet>
- Inherited Members
- Extension Methods
Properties
Application
Optional. The application associated with this action.
IIdentity Application { get; }
Property Value
Conversation
Optional. The team or channel associated with this action.
IIdentity Conversation { get; }
Property Value
ConversationIdentityType
Optional. Indicates whether the conversation property identifies a team or channel.
IIdentity ConversationIdentityType { get; }
Property Value
Device
Optional. The device associated with this action.
IIdentity Device { get; }
Property Value
Phone
Optional. The phone number associated with this action.
IIdentity Phone { get; }
Property Value
User
Optional. The user associated with this action.
IIdentity User { get; }