Layer 220
PhotoStrippedSize
A low-resolution compressed JPG payload
constructor
photoStrippedSize#e0b0bc2e type:string bytes:bytes = PhotoSize;
Parameters
| Name | Type | Description |
|---|---|---|
| Type | string | Thumbnail type |
| Bytes | bytes | Thumbnail data, see here for more info on decompression |
Returns
PhotoSizeGogram Example
// Creating PhotoStrippedSize constructor obj := &tg.PhotoStrippedSize{ Type: "...", Bytes: []byte{}, }