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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioniconCustomEmojiId(String icon_custom_emoji_id) OptionalOptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequestexec
- 
Constructor Details- 
EditForumTopic
 
- 
- 
Method Details- 
nameOptional- Parameters:
- name- New topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept
- Returns:
- EditForumTopic
 
- 
iconCustomEmojiIdOptional- Parameters:
- icon_custom_emoji_id- New unique identifier of the custom emoji shown as the topic icon. Use- BotContext.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
 
 
-