Layer 228
PhotosPhotoObj
Photo with auxiliary data.
constructor
photos.photo#20212ca8 photo:Photo users:Vector<User> = photos.Photo;
Returns
photos.PhotoGogram Example
// Creating PhotosPhotoObj constructor obj := &tg.PhotosPhotoObj{ Photo: &tg.PhotoObj{}, Users: []tg.User{&tg.UserObj{}}, }