Layer 224
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: "Hello, World!", Bytes: []byte{0x01, 0x02, 0x03}, }