public abstract class TLAbsBlocked extends TLObject
| Modifier and Type | Field and Description |
|---|---|
protected TLVector<TLContactBlocked> |
blocked |
protected TLVector<TLAbsUser> |
users |
| Modifier | Constructor and Description |
|---|---|
protected |
TLAbsBlocked()
Instantiates a new TL abs blocked.
|
| Modifier and Type | Method and Description |
|---|---|
TLVector<TLContactBlocked> |
getBlocked()
Gets blocked.
|
TLVector<TLAbsUser> |
getUsers()
Gets users.
|
void |
setBlocked(TLVector<TLContactBlocked> value)
Sets blocked.
|
void |
setUsers(TLVector<TLAbsUser> value)
Sets users.
|
deserialize, deserializeBody, getClassId, serialize, serialize, serializeBody, toStringprotected TLVector<TLContactBlocked> blocked
public TLVector<TLContactBlocked> getBlocked()
public void setBlocked(TLVector<TLContactBlocked> value)
value - the valueCopyright © 2017. All rights reserved.