Interface

ThumbnailedFileInfo

ThumbnailedFileInfo

Information about a file's thumbnail.
See:

View Source models/events/MessageEvent.ts, line 101

Members

EncryptedFile

# thumbnail_file Optional

The encrypted thumbnail file information, if encrypted.

View Source models/events/MessageEvent.ts, line 113

ThumbnailInfo

# thumbnail_info Optional

Information about the thumbnail. Optionally included if a thumbnail_url is specified.

View Source models/events/MessageEvent.ts, line 119

string

# thumbnail_url Optional

A URL to a thumbnail for the file, if unencrypted.

View Source models/events/MessageEvent.ts, line 107