- Enclosing class:
- TdApi
Returns an existing chat corresponding
to a known secret chat.
Returns Chat
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
int
Secret chat identifier. -
Constructor Summary
ConstructorDescriptionReturns an existing chat corresponding to a known secret chat.CreateSecretChat
(int secretChatId) Returns an existing chat corresponding to a known secret chat.CreateSecretChat
(DataInput input) Returns an existing chat corresponding to a known secret chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
secretChatId
public int secretChatIdSecret chat identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CreateSecretChat
public CreateSecretChat()Returns an existing chat corresponding to a known secret chat.Returns
Chat
-
CreateSecretChat
public CreateSecretChat(int secretChatId) Returns an existing chat corresponding to a known secret chat.Returns
Chat
- Parameters:
secretChatId
- int Secret chat identifier.
-
CreateSecretChat
Returns an existing chat corresponding to a known secret chat.Returns
Chat
- 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()
-