Layer 227
PhotosPhotosObj
Full list of photos with auxiliary data.
constructor
photos.photos#8dca6aa5 photos:Vector<Photo> users:Vector<User> = photos.Photos;
Parameters
| Name | Type | Description |
|---|---|---|
| Photos | Vector < Photo > | List of photos |
| Users | Vector < User > | List of mentioned users |
Returns
photos.PhotosGogram Example
// Creating PhotosPhotosObj constructor obj := &tg.PhotosPhotosObj{ Photos: &tg.VectorPhoto{}, Users: &tg.VectorUser{}, }