Package it.tdlight.jni
Class TdApi.CreateBasicGroupChat
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.CreateBasicGroupChat
- Enclosing class:
- TdApi
public static class TdApi.CreateBasicGroupChat extends TdApi.Function
Returns an existing chat corresponding
to a known basic group.
Returns Chat
-
Field Summary
Fields Modifier and Type Field Description int
basicGroupId
Basic group identifier.static int
CONSTRUCTOR
boolean
force
If true, the chat will be created without network request. -
Constructor Summary
Constructors Constructor Description CreateBasicGroupChat()
Returns an existing chat corresponding to a known basic group.CreateBasicGroupChat(int basicGroupId, boolean force)
Returns an existing chat corresponding to a known basic group.CreateBasicGroupChat(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
-
basicGroupId
public int basicGroupIdBasic group 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
-
CreateBasicGroupChat
public CreateBasicGroupChat()Returns an existing chat corresponding to a known basic group.Returns
Chat
-
CreateBasicGroupChat
public CreateBasicGroupChat(int basicGroupId, boolean force)Returns an existing chat corresponding to a known basic group.Returns
Chat
- Parameters:
basicGroupId
- int Basic group 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.
-
CreateBasicGroupChat
- 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()
-