Class
ChatMediaMessage

Definition

Constructors

ChatMediaMessage(Image, Size, Author, DateTime)

Declaration

cs-api-definition
public ChatMediaMessage(Image displayImage, Size size, Author author, DateTime timeStamp)

Parameters

displayImage

Image

size

Size

author

Author

timeStamp

DateTime

ChatMediaMessage(Image, Size, Author, DateTime, object)

Declaration

cs-api-definition
public ChatMediaMessage(Image displayImage, Size size, Author author, DateTime timeStamp, object userData)

Parameters

displayImage

Image

size

Size

author

Author

timeStamp

DateTime

userData

object

Properties

DisplayImage

Declaration

cs-api-definition
public Image DisplayImage { get; }

Property Value

Image

Size

Declaration

cs-api-definition
public Size Size { get; }

Property Value

Size