SendOptions

data class SendOptions(var compression: EncodedContentCompression? = null, var contentType: Content.ContentTypeId? = null, var contentFallback: String? = null)

Constructors

Link copied to clipboard
constructor(compression: EncodedContentCompression? = null, contentType: Content.ContentTypeId? = null, contentFallback: String? = null)

Properties

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