ExGram.Model.ForumTopic (ex_gram v0.32.0) View Source

This object represents a forum topic.

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions