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
Modifier and TypeMethodDescriptioniconCustomEmojiId
(String icon_custom_emoji_id) OptionalOptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequest
exec
-
Constructor Details
-
EditForumTopic
-
-
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:
icon_custom_emoji_id
- 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
-