ExGram.Model.ForumTopicCreated (ex_gram v0.55.1)

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

Summary

Types

t()

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

Functions

decode_as()