photos.photosSlice
Incomplete list of photos with auxiliary data.
type tg.PhotosPhotosSlice struct { /* ... */ }
Implements photos.Photos.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Count | int | yes | Total number of photos |
Photos | []PhotoClass | yes | List of photos |
Users | []UserClass | yes | List of mentioned users |
References
- Official documentation
- Generated Go reference
- TL definition:
photos.photosSlice#15051f54