Represents a title change event in a discussion's history.
Summary
Functions
Creates a TitleChange from API response.
Types
@type t() :: %HfHub.Discussions.TitleChange{ author: String.t(), created_at: DateTime.t() | nil, id: String.t(), new_title: String.t(), old_title: String.t() }