Class ChatMessageHostedContentOptions
Chat Message Hosted Content options
Inheritance
System.Object
ChatMessageHostedContentOptions
Namespace: PnP.Core.Model.Teams
Assembly: PnP.Core.dll
Syntax
public class ChatMessageHostedContentOptions : object
Properties
ContentBytes
Hosted content bytes
Declaration
public string ContentBytes { get; set; }
Property Value
System.String
|
ContentType
Hosted content type
Declaration
public string ContentType { get; set; }
Property Value
System.String
|
Id
Hosted Content Id
Declaration
public string Id { get; set; }
Property Value
System.String
|