java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateBasicGroup
- Enclosing class:
- TdApi
Some data of a basic group has changed.
This update is guaranteed to come
before the basic group identifier is
returned to the application.
-
Field Summary
Modifier and TypeFieldDescriptionNew data about the group.static final int
-
Constructor Summary
ConstructorDescriptionSome data of a basic group has changed.UpdateBasicGroup
(TdApi.BasicGroup basicGroup) Some data of a basic group has changed.UpdateBasicGroup
(DataInput input) Some data of a basic group has changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
basicGroup
New data about the group. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateBasicGroup
public UpdateBasicGroup()Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the application. -
UpdateBasicGroup
Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the application.- Parameters:
basicGroup
- BasicGroup New data about the group.
-
UpdateBasicGroup
Some data of a basic group has changed. This update is guaranteed to come before the basic group identifier is returned to the application.- 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()
-