Package org.drinkless.tdlib
Class TdApi.UpdateBasicGroup
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateBasicGroup
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateBasicGroup extends TdApi.Update
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
Fields Modifier and Type Field Description TdApi.BasicGroupbasicGroupNew data about the group.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description UpdateBasicGroup()Some data of a basic group has changed.UpdateBasicGroup(TdApi.BasicGroup basicGroup)Some data of a basic group has changed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
basicGroup
public TdApi.BasicGroup basicGroup
New data about the group.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
public UpdateBasicGroup(TdApi.BasicGroup basicGroup)
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- New data about the group.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-