SendOptions

data class SendOptions(var compression: EncodedContentCompression? = null, var contentType: Content.ContentTypeId? = null, var ephemeral: Boolean = false)

Constructors

Link copied to clipboard
constructor(compression: EncodedContentCompression? = null, contentType: Content.ContentTypeId? = null, ephemeral: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
var contentType: Content.ContentTypeId?
Link copied to clipboard