photoSize
Image description.
type tg.PhotoSize struct { /* ... */ }
Implements PhotoSize.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Type | string | yes | Thumbnail type » |
W | int | yes | Image width |
H | int | yes | Image height |
Size | int | yes | File size |
References
- Official documentation
- Generated Go reference
- TL definition:
photoSize#75c78e60