View Source Telegex.Type.ForumTopicCreated (Telegex v1.8.0)

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

Summary

Types

@type t() :: %Telegex.Type.ForumTopicCreated{
  icon_color: integer(),
  icon_custom_emoji_id: String.t() | nil,
  name: String.t()
}