Thumbnail

public struct Thumbnail

A data type represents a thumbnail for this remote file. The thumbnail typically is an image file which provides preview of the remote file without downloading. The content of the thumbnail can be downloaded via MessageClient.downloadThumbnail(...).

Since

1.4.0
  • The width of thumbanil.

    Declaration

    Swift

    public var width: Int? { get }
  • The height of thumbanil.

    Declaration

    Swift

    public var height: Int? { get }
  • The MIME type of thumbanil file.

    Declaration

    Swift

    public var mimeType: String? { get }