Unique identifier of the forum topic
Unique identifier for this chat
Unique identifier for this chat
Unique identifier of the forum topic
The client that instantiated this
Protected
_cloneProtected
_patchProtected
_updateUse this method to edit name and icon of a topic in a forum supergroup chat. The bot must be an administrator in the chat for this to work and must have can_manage_topics administrator rights, unless it is the creator of the topic.
Optional
options: { Options for edited forum topic.
Optional
customNew unique identifier of the custom emoji shown as the topic icon. Use 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
Optional
name?: stringNew topic name, 0-128 characters. If not specified or empty, the current name of the topic will be kept
Returns True on success.
Flatten an object. Any properties that are collections will get converted to an array of keys.
Optional
propsRecursive: booleanOptional. If true, calls toJSON method on nested objects.
Rest
...props: Record<string, string | boolean>[]Optional. Specific properties to include/exclude, or rename.
Flattened object.
The client that instantiated this