ForumTopic

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

This object represents a forum topic.

Api reference

Constructors

Link copied to clipboard
constructor(messageThreadId: Int, 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

Unique identifier of the forum topic

Link copied to clipboard

Name of the topic