- 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
int
Message auto-delete time value, in seconds; must be from 0 up to 365 * 86400 and be divisible by 86400.Title of the new basic group; 1-128 characters.long[]
Identifiers of users to be added to the basic group; may be empty to create a basic group without other members. -
Constructor Summary
ConstructorDescriptionCreates a new basic group and sends a corresponding messageBasicGroupChatCreate.CreateNewBasicGroupChat
(long[] userIds, String title, int messageAutoDeleteTime) 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; may be empty to create a basic group without other members. -
title
Title of the new basic group; 1-128 characters. -
messageAutoDeleteTime
public int messageAutoDeleteTimeMessage auto-delete time value, in seconds; must be from 0 up to 365 * 86400 and be divisible by 86400. If 0, then messages aren't deleted automatically. -
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; may be empty to create a basic group without other members.title
- String Title of the new basic group; 1-128 characters.messageAutoDeleteTime
- int Message auto-delete time value, in seconds; must be from 0 up to 365 * 86400 and be divisible by 86400. If 0, then messages aren't deleted automatically.
-
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()
-