public static class TdApi.MessageBasicGroupChatCreate extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long[] |
memberUserIds
User identifiers of members in the basic group.
|
java.lang.String |
title
Title of the basic group.
|
| Constructor and Description |
|---|
MessageBasicGroupChatCreate()
A newly created basic group.
|
MessageBasicGroupChatCreate(java.lang.String title,
long[] memberUserIds)
A newly created basic group.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public long[] memberUserIds
public static final int CONSTRUCTOR
public MessageBasicGroupChatCreate()
public MessageBasicGroupChatCreate(java.lang.String title,
long[] memberUserIds)
title - Title of the basic group.memberUserIds - User identifiers of members in the basic group.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object