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
public static class TdApi.MessageBasicGroupChatCreate extends TdApi.MessageContent
A newly created basic group.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.long[]memberUserIdsUser identifiers of members in the basic group.StringtitleTitle of the basic group.
-
Constructor Summary
Constructors Constructor Description MessageBasicGroupChatCreate()A newly created basic group.MessageBasicGroupChatCreate(String title, long[] memberUserIds)A newly created basic group.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
title
public String title
Title of the basic group.
-
memberUserIds
public long[] memberUserIds
User identifiers of members in the basic group.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MessageBasicGroupChatCreate
public MessageBasicGroupChatCreate()
A newly created basic group.
-
MessageBasicGroupChatCreate
public MessageBasicGroupChatCreate(String title, long[] memberUserIds)
A newly created basic group.- Parameters:
title- Title of the basic group.memberUserIds- User identifiers of members in the basic group.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-