- 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
Identifier uniquely determining type of the object.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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CreateNewBasicGroupChat
public CreateNewBasicGroupChat()Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat.Returns
Chat
-
CreateNewBasicGroupChat
Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat.Returns
Chat
- Parameters:
userIds
- Identifiers 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
- 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.Returns
Chat
-
CreateNewBasicGroupChat
Creates a new basic group and sends a corresponding messageBasicGroupChatCreate. Returns the newly created chat.Returns
Chat
- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
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
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-