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

This object represents a forum topic.

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

Summary

Types

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

Functions