public static class TdApi.CreateNewBasicGroupChat extends TdApi.Function
Returns Chat
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
title
Title of the new basic group; 1-128 characters.
|
long[] |
userIds
Identifiers of users to be added to the basic group.
|
Constructor and Description |
---|
CreateNewBasicGroupChat()
Default constructor for a function, which creates a new basic group and sends a corresponding messageBasicGroupChatCreate.
|
CreateNewBasicGroupChat(long[] userIds,
java.lang.String title)
Creates a function, which creates a new basic group and sends a corresponding messageBasicGroupChatCreate.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long[] userIds
public java.lang.String title
public static final int CONSTRUCTOR
public CreateNewBasicGroupChat()
Returns Chat
public CreateNewBasicGroupChat(long[] userIds, java.lang.String title)
Returns Chat
userIds
- Identifiers of users to be added to the basic group.title
- Title of the new basic group; 1-128 characters.public int getConstructor()
getConstructor
in class TdApi.Function