Interface ITeamChatMessageHostedContent
Attachments connected to a chat message
public interface ITeamChatMessageHostedContent : IDataModel<ITeamChatMessageHostedContent>, IDataModelParent, IDataModelWithContext, ISupportModules<ITeamChatMessageHostedContent>
- Inherited Members
- Extension Methods
Properties
ContentBytes
The content bytes of the attachment as Base64-encoded bytes
string ContentBytes { get; set; }
Property Value
ContentType
The media type of the content attachment.
string ContentType { get; set; }
Property Value
Id
Read-only. Unique id of the attachment.
string Id { get; }