Record
get-attachment-thumbnail-params
No description available.
record get-attachment-thumbnail-params {
id: string,
redirect: option<bool>,
fallback-to-default: option<bool>,
width: option<s32>,
height: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| redirect | option<bool> | |
| fallback-to-default | option<bool> | |
| width | option<s32> | |
| height | option<s32> |