Package org.drinkless.tdlib
Class TdApi.UpdateSupergroup
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateSupergroup
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateSupergroup extends TdApi.Update
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
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.SupergroupsupergroupNew data about the supergroup.
-
Constructor Summary
Constructors Constructor Description UpdateSupergroup()Some data of a supergroup or a channel has changed.UpdateSupergroup(TdApi.Supergroup supergroup)Some data of a supergroup or a channel 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
-
supergroup
public TdApi.Supergroup supergroup
New data about the supergroup.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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
public UpdateSupergroup(TdApi.Supergroup supergroup)
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- New data about the supergroup.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-