ForumTopicCreated

data class ForumTopicCreated(val name: String, val iconColor: Int, val iconCustomEmojiId: String? = null)(source)

ForumTopicCreated

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

(auto-generated)

Author

ForteScarlet

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "icon_color")
val iconColor: Int

Color of the topic icon in RGB format

Link copied to clipboard
@SerialName(value = "icon_custom_emoji_id")
val iconCustomEmojiId: String? = null

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

Link copied to clipboard

Name of the topic