- Enclosing class:
- TdApi
Creates a new basic group and sends
a corresponding messageBasicGroupChatCreate.
Returns the newly created chat.
Returns
Chat
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Title of the new basic group; 1-128 characters.long[]
Identifiers of users to be added to the basic group. -
Constructor Summary
ConstructorDescriptionCreates a new basic group and sends a corresponding messageBasicGroupChatCreate.CreateNewBasicGroupChat
(long[] userIds, String title) Creates a new basic group and sends a corresponding messageBasicGroupChatCreate.CreateNewBasicGroupChat
(DataInput input) Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
userIds
public long[] userIdsIdentifiers of users to be added to the basic group. -
title
Title of the new basic group; 1-128 characters. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CreateNewBasicGroupChat
public CreateNewBasicGroupChat()Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat. ReturnsChat
-
CreateNewBasicGroupChat
Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat. ReturnsChat
- Parameters:
userIds
- long[] Identifiers of users to be added to the basic group.title
- String Title of the new basic group; 1-128 characters.
-
CreateNewBasicGroupChat
Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat. ReturnsChat
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-