public static class TdApi.CreateBasicGroupChat extends TdApi.Function<TdApi.Chat>
Returns Chat
| Modifier and Type | Field and Description |
|---|---|
long |
basicGroupId
Basic group identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
force
Pass true to create the chat without a network request.
|
| Constructor and Description |
|---|
CreateBasicGroupChat()
Default 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long basicGroupId
public boolean force
public static final int CONSTRUCTOR
public CreateBasicGroupChat()
Returns Chat
public CreateBasicGroupChat(long basicGroupId,
boolean force)
Returns Chat
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.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object