Package org.drinkless.tdlib
Class TdApi.CreateBasicGroupChat
- Enclosing class:
- TdApi
Returns an existing chat corresponding to a known basic group.
Returns Chat
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongBasic group identifier.static final intIdentifier uniquely determining type of the object.booleanPass true to create the chat without a network request. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns an existing chat corresponding to a known basic group.CreateBasicGroupChat(long basicGroupId, boolean force) Creates a function, which returns an existing chat corresponding to a known basic group. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
basicGroupId
public long basicGroupIdBasic group identifier. -
force
public boolean forcePass true to create the chat without a network request. In this case all information about the chat except its type, title and photo can be incorrect. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CreateBasicGroupChat
public CreateBasicGroupChat()Default constructor for a function, which returns an existing chat corresponding to a known basic group.Returns
Chat -
CreateBasicGroupChat
public CreateBasicGroupChat(long basicGroupId, boolean force) Creates a function, which returns an existing chat corresponding to a known basic group.Returns
Chat- Parameters:
basicGroupId- Basic group identifier.force- Pass true to create the chat without a network request. In this case all information about the chat except its type, title and photo can be incorrect.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-