ForumTopicCreated

@Serializable
data class ForumTopicCreated(val name: String, val iconColor: IconColor, val iconCustomEmojiId: String? = null)

This object represents a service message about a new forum topic created in the chat.

Api reference

Constructors

Link copied to clipboard
constructor(name: String, iconColor: IconColor, iconCustomEmojiId: String? = null)

Properties

Link copied to clipboard

Color of the topic icon in RGB format

Link copied to clipboard

Optional. Unique identifier of the custom emoji shown as the topic icon

Link copied to clipboard

Name of the topic