- 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
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
Methods 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 CONSTRUCTOR- See Also:
-
-
Constructor Details
-
CreateNewSupergroupChat
public CreateNewSupergroupChat()Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate. Returns the newly created chat. ReturnsChat
-
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. ReturnsChat
- Parameters:
title
- String Title of the new chat; 1-128 characters.isForum
- boolean Pass true to create a forum supergroup chat.isChannel
- boolean Pass true to create a channel chat; ignored if a forum is created.description
- String Chat description; 0-255 characters.location
- ChatLocation Chat location if a location-based supergroup is being created; pass null to create an ordinary supergroup chat.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.forImport
- boolean Pass true to create a supergroup for importing messages using importMessage.
-
CreateNewSupergroupChat
Creates a new supergroup or channel and sends a corresponding messageSupergroupChatCreate. 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()
-