Package org.drinkless.tdlib
Class TdApi.UpdateSecretChat
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.TdApi.UpdateSecretChat
-
- Enclosing class:
- TdApi
public static class TdApi.UpdateSecretChat extends TdApi.Update
Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.SecretChatsecretChatNew data about the secret chat.
-
Constructor Summary
Constructors Constructor Description UpdateSecretChat()Some data of a secret chat has changed.UpdateSecretChat(TdApi.SecretChat secretChat)Some data of a secret chat 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
-
secretChat
public TdApi.SecretChat secretChat
New data about the secret chat.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateSecretChat
public UpdateSecretChat()
Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application.
-
UpdateSecretChat
public UpdateSecretChat(TdApi.SecretChat secretChat)
Some data of a secret chat has changed. This update is guaranteed to come before the secret chat identifier is returned to the application.- Parameters:
secretChat- New data about the secret chat.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-