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

This object represents a service message about an edited forum topic.

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

Summary

Types

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

Functions