View Source Telegex.Type.ForumTopicCreated (Telegex v1.2.3-dev)

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

Link to this section Summary

Link to this section Types

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