Package it.tdlight.jni
Class TdApi.CreatePrivateChat
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.CreatePrivateChat
- Enclosing class:
- TdApi
public static class TdApi.CreatePrivateChat extends TdApi.Function
Returns an existing chat corresponding
to a given user.
Returns Chat
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
boolean
force
If true, the chat will be created without network request.int
userId
User identifier. -
Constructor Summary
Constructors Constructor Description CreatePrivateChat()
Returns an existing chat corresponding to a given user.CreatePrivateChat(int userId, boolean force)
Returns an existing chat corresponding to a given user.CreatePrivateChat(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
userId
public int userIdUser identifier. -
force
public boolean forceIf true, the chat will be created without network request. In this case all information about the chat except its type, title and photo can be incorrect. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
CreatePrivateChat
public CreatePrivateChat()Returns an existing chat corresponding to a given user.Returns
Chat
-
CreatePrivateChat
public CreatePrivateChat(int userId, boolean force)Returns an existing chat corresponding to a given user.Returns
Chat
- Parameters:
userId
- int User identifier.force
- boolean If true, the chat will be created without network request. In this case all information about the chat except its type, title and photo can be incorrect.
-
CreatePrivateChat
- 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()
-