- 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.Chat location if a location-based supergroup is being created; pass null to create an ordinary supergroup chat.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 isChannel, String description, TdApi.ChatLocation location, 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. -
isChannel
public boolean isChannelPass true to create a channel chat. -
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. -
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 isChannel, String description, TdApi.ChatLocation location, 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.isChannel
- boolean Pass true to create a channel chat.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.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()
-