Layer 227
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.Photos

Gogram Example

// Creating PhotosPhotosObj constructor
obj := &tg.PhotosPhotosObj{
    Photos: &tg.VectorPhoto{},
    Users: &tg.VectorUser{},
}