Class MessageContentBase

MessageContentBase class

The content of the message in array of text and/or images.

public abstract class MessageContentBase

Properties

NameDescription
ImageFile { get; set; }Gets or sets an image File in the content of a message.
ImageUrl { get; set; }Gets or sets an image URL in the content of a message.
MessageContentType { get; set; }Gets or sets the type of content.

See Also