Package org.drinkless.tdlib
Class TdApi.MessageBasicGroupChatCreate
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.MessageContent
org.drinkless.tdlib.TdApi.MessageBasicGroupChatCreate
- Enclosing class:
- TdApi
A newly created basic group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.long[]
User identifiers of members in the basic group.Title of the basic group. -
Constructor Summary
ConstructorsConstructorDescriptionA newly created basic group.MessageBasicGroupChatCreate
(String title, long[] memberUserIds) A newly created basic group. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
title
Title of the basic group. -
memberUserIds
public long[] memberUserIdsUser identifiers of members in the basic group. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
MessageBasicGroupChatCreate
public MessageBasicGroupChatCreate()A newly created basic group. -
MessageBasicGroupChatCreate
A newly created basic group.- Parameters:
title
- Title of the basic group.memberUserIds
- User identifiers of members in the basic group.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-