View Source Telegex.Type.ForumTopic (Telegex v1.8.0)

This object represents a forum topic.

Summary

Types

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