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

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions