Package org.drinkless.tdlib
Class TdApi.CreateSupergroupChat
- Enclosing class:
- TdApi
Returns an existing chat corresponding to a known supergroup or channel.
Returns Chat
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanPass true to create the chat without a network request.longSupergroup or channel identifier. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which returns an existing chat corresponding to a known supergroup or channel.CreateSupergroupChat(long supergroupId, boolean force) Creates a function, which returns an existing chat corresponding to a known supergroup or channel. -
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
-
supergroupId
public long supergroupIdSupergroup or channel 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
-
CreateSupergroupChat
public CreateSupergroupChat()Default constructor for a function, which returns an existing chat corresponding to a known supergroup or channel.Returns
Chat -
CreateSupergroupChat
public CreateSupergroupChat(long supergroupId, boolean force) Creates a function, which returns an existing chat corresponding to a known supergroup or channel.Returns
Chat- Parameters:
supergroupId- Supergroup or channel 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
-