Class EditForumTopic
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<EditForumTopic,Boolean>
io.github.natanimn.telebof.requests.edit.EditForumTopic
EditForumTopic class. Returns True on sucsess.
- Since:
- 3 March 2025
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
Constructor Details
-
EditForumTopic
Required- Parameters:
chatId- chat idmessageThreadId- message thread idapi- api
-
-
Method Details
-
name
Optional- Parameters:
name- New topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept- Returns:
EditForumTopic
-
iconCustomEmojiId
Optional- Parameters:
iconCustomEmojiId- New unique identifier of the custom emoji shown as the topic icon. UseBotContext.getForumTopicIconStickers()to get all allowed custom emoji identifiers. Pass an empty string to remove the icon. If not specified, the current icon will be kept- Returns:
EditForumTopic
-