SendOptions
public struct SendOptions
Undocumented
-
Undocumented
Declaration
Swift
public var compression: EncodedContentCompression? -
Undocumented
Declaration
Swift
public var contentType: ContentTypeID? -
Undocumented
Declaration
Swift
public var ephemeral: Bool -
Undocumented
Declaration
Swift
public init(compression: EncodedContentCompression? = nil, contentType: ContentTypeID? = nil, ephemeral: Bool = false)
SendOptions Structure Reference