New to Kendo UI for Angular? Start a free 30-day trial
ChatFile
Represents the files that are part of the Message.
Name | Type | Default | Description |
---|---|---|---|
extension |
|
File extension, e.g., '.pdf', '.jpg'. | |
id |
|
Unique identifier for the file. | |
name |
|
File name. | |
rawFile? |
|
An in-memory representation of the file. | |
size |
|
File size in bytes. | |
thumbnailUrl? |
|
Optional preview image URL. | |
type |
|
MIME type, e.g., 'application/pdf' | |
url? |
|
Optional URL to download/view the file. |