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