Document
Describes a document of any type.
This is an alias for the DocumentUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "document" | |
fileName | string | Original name of the file; as defined by the sender |
mimeType | string | MIME type of the file; as defined by the sender |
minithumbnail | Document minithumbnail; may be null | |
thumbnail | Document thumbnail in JPEG or PNG format (PNG will be used only for background patterns); as defined by the sender; may be null | |
document | File containing the document |