public abstract class TLAbsPhotos extends TLObject
| Modifier and Type | Field and Description |
|---|---|
protected TLVector<TLAbsPhoto> |
photos
The Photos.
|
protected TLVector<TLAbsUser> |
users
The Users.
|
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsPhotos()
Instantiates a new TL abs photos.
|
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLAbsPhoto> |
getPhotos()
Gets photos.
|
TLVector<TLAbsUser> |
getUsers()
Gets users.
|
void |
setPhotos(TLVector<TLAbsPhoto> value)
Sets photos.
|
void |
setUsers(TLVector<TLAbsUser> value)
Sets users.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringprotected TLVector<TLAbsPhoto> photos
public TLVector<TLAbsPhoto> getPhotos()
public void setPhotos(TLVector<TLAbsPhoto> value)
value - the valueCopyright © 2016. All rights reserved.