- Enclosing class:
- TdApi
Creates a new supergroup or channel and sends a corresponding
messageSupergroupChatCreate. Returns the newly created chat.
Returns Chat
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Chat description; 0-255 characters.boolean
Pass true to create a supergroup for importing messages using importMessage.boolean
Pass true to create a channel chat; ignored if a forum is created.boolean
Pass true to create a forum supergroup chat.Chat location if a location-based supergroup is being created; pass null to create an ordinary supergroup chat.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 chat; 1-128 characters. -
Constructor Summary
ConstructorDescriptionCreates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate.CreateNewSupergroupChat
(DataInput input) Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate.CreateNewSupergroupChat
(String title, boolean isForum, boolean isChannel, String description, TdApi.ChatLocation location, int messageAutoDeleteTime, boolean forImport) Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate. -
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
-
title
Title of the new chat; 1-128 characters. -
isForum
public boolean isForumPass true to create a forum supergroup chat. -
isChannel
public boolean isChannelPass true to create a channel chat; ignored if a forum is created. -
description
Chat description; 0-255 characters. -
location
Chat location if a location-based supergroup is being created; pass null to create an ordinary supergroup chat. -
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. -
forImport
public boolean forImportPass true to create a supergroup for importing messages using importMessage. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CreateNewSupergroupChat
public CreateNewSupergroupChat()Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate. Returns the newly created chat.Returns
Chat
-
CreateNewSupergroupChat
public CreateNewSupergroupChat(String title, boolean isForum, boolean isChannel, String description, TdApi.ChatLocation location, int messageAutoDeleteTime, boolean forImport) Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate. Returns the newly created chat.Returns
Chat
- Parameters:
title
- Title of the new chat; 1-128 characters.isForum
- Pass true to create a forum supergroup chat.isChannel
- Pass true to create a channel chat; ignored if a forum is created.description
- Chat description; 0-255 characters.location
- Chat location if a location-based supergroup is being created; pass null to create an ordinary supergroup chat.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.forImport
- Pass true to create a supergroup for importing messages using importMessage.Returns
Chat
-
CreateNewSupergroupChat
Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate. 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()
-