Package it.tdlight.jni
Class TdApi.UpdateUserFullInfo
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateUserFullInfo
- Enclosing class:
- TdApi
public static class TdApi.UpdateUserFullInfo extends TdApi.Update
Some data from userFullInfo has been changed.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.UserFullInfo
userFullInfo
New full information about the user.long
userId
User identifier. -
Constructor Summary
Constructors Constructor Description UpdateUserFullInfo()
Some data from userFullInfo has been changed.UpdateUserFullInfo(long userId, TdApi.UserFullInfo userFullInfo)
Some data from userFullInfo has been changed.UpdateUserFullInfo(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
userId
public long userIdUser identifier. -
userFullInfo
New full information about the user. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
UpdateUserFullInfo
public UpdateUserFullInfo()Some data from userFullInfo has been changed. -
UpdateUserFullInfo
Some data from userFullInfo has been changed.- Parameters:
userId
- long User identifier.userFullInfo
- UserFullInfo New full information about the user.
-
UpdateUserFullInfo
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-