ExGram.Model.ForumTopic (ex_gram v0.55.1)

View Source

This object represents a forum topic.

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

Summary

Types

t()

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

Functions

decode_as()