public static class TdApi.MessageBasicGroupChatCreate extends TdApi.MessageContent
TdApi.MessageContent.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.MessageContent