MediaContent

data class MediaContent(val mediaType: MediaType, val url: String)

Media content class for inbox messsge.

Author

Umang Chamaria

Since

1.0.00

Constructors

Link copied to clipboard
constructor(mediaType: MediaType, url: String)

Properties

Link copied to clipboard

Content type of the Media

Link copied to clipboard
val url: String

Url for the media content. Generally a http(s) url.