View Source ExGram.Model.ForumTopicCreated (ex_gram v0.52.2)

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

Check the documentation of this model in https://core.telegram.org/bots/api#forumtopiccreated

Summary

Types

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

Functions