Available types

ForumTopicEdited

This object represents a service message about an edited forum topic.

fields

fieldtyperequireddescription
namestringoptionalOptional. New name of the topic, if it was edited
icon_custom_emoji_idstringoptionalOptional. New identifier of the custom emoji shown as the topic icon, if it was edited; an empty string if the icon was removed

import

types.ts
import type { ForumTopicEdited } from "@yaebal/types";

used by

types