- Enclosing class:
- TdApi
Creates a topic in a forum supergroup chat; requires canManageTopics
rights in the supergroup.
Returns ForumTopicInfo
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat.static final int
Identifier uniquely determining type of the object.Icon of the topic.Name of the topic; 1-128 characters. -
Constructor Summary
ConstructorDescriptionCreates a topic in a forum supergroup chat; requires canManageTopics rights in the supergroup.CreateForumTopic
(long chatId, String name, TdApi.ForumTopicIcon icon) Creates a topic in a forum supergroup chat; requires canManageTopics rights in the supergroup.CreateForumTopic
(DataInput input) Creates a topic in a forum supergroup chat; requires canManageTopics rights in the supergroup. -
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
-
chatId
public long chatIdIdentifier of the chat. -
name
Name of the topic; 1-128 characters. -
icon
Icon of the topic. Icon color must be one of 0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F. Telegram Premium users can use any custom emoji as topic icon, other users can use only a custom emoji returned by getForumTopicDefaultIcons. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
CreateForumTopic
public CreateForumTopic()Creates a topic in a forum supergroup chat; requires canManageTopics rights in the supergroup.Returns
ForumTopicInfo
-
CreateForumTopic
Creates a topic in a forum supergroup chat; requires canManageTopics rights in the supergroup.Returns
ForumTopicInfo
- Parameters:
chatId
- Identifier of the chat.name
- Name of the topic; 1-128 characters.icon
- Icon of the topic. Icon color must be one of 0x6FB9F0, 0xFFD67E, 0xCB86DB, 0x8EEE98, 0xFF93B2, or 0xFB6F5F. Telegram Premium users can use any custom emoji as topic icon, other users can use only a custom emoji returned by getForumTopicDefaultIcons.Returns
ForumTopicInfo
-
CreateForumTopic
Creates a topic in a forum supergroup chat; requires canManageTopics rights in the supergroup.Returns
ForumTopicInfo
- 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()
-