- Enclosing class:
- TdApi
Edits title and icon of a topic in a
forum supergroup chat; requires
canManageTopics administrator rights
in the supergroup unless the user is
creator of the topic.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Identifier of the chat.static final int
long
Identifier of the new custom emoji for topic icon.long
Message thread identifier of the forum topic.New name of the topic; 1-128 characters. -
Constructor Summary
ConstructorDescriptionEdits title and icon of a topic in a forum supergroup chat; requires canManageTopics administrator rights in the supergroup unless the user is creator of the topic.EditForumTopic
(long chatId, long messageThreadId, String name, long iconCustomEmojiId) Edits title and icon of a topic in a forum supergroup chat; requires canManageTopics administrator rights in the supergroup unless the user is creator of the topic.EditForumTopic
(DataInput input) Edits title and icon of a topic in a forum supergroup chat; requires canManageTopics administrator rights in the supergroup unless the user is creator of the topic. -
Method Summary
Methods 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. -
messageThreadId
public long messageThreadIdMessage thread identifier of the forum topic. -
name
New name of the topic; 1-128 characters. -
iconCustomEmojiId
public long iconCustomEmojiIdIdentifier of the new custom emoji for topic icon. Telegram Premium users can use any custom emoji, other users can use only a custom emoji returned by getForumTopicDefaultIcons. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
EditForumTopic
public EditForumTopic()Edits title and icon of a topic in a forum supergroup chat; requires canManageTopics administrator rights in the supergroup unless the user is creator of the topic. ReturnsOk
-
EditForumTopic
Edits title and icon of a topic in a forum supergroup chat; requires canManageTopics administrator rights in the supergroup unless the user is creator of the topic. ReturnsOk
- Parameters:
chatId
- long Identifier of the chat.messageThreadId
- long Message thread identifier of the forum topic.name
- String New name of the topic; 1-128 characters.iconCustomEmojiId
- long Identifier of the new custom emoji for topic icon. Telegram Premium users can use any custom emoji, other users can use only a custom emoji returned by getForumTopicDefaultIcons.
-
EditForumTopic
Edits title and icon of a topic in a forum supergroup chat; requires canManageTopics administrator rights in the supergroup unless the user is creator of the topic. ReturnsOk
- 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()
-