Interface IChatMessageHostedContent
Attachments connected to a chat message
public interface IChatMessageHostedContent : IDataModel<IChatMessageHostedContent>, IDataModelParent, IDataModelWithContext, ISupportModules<IChatMessageHostedContent>
- 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; }