Represents a status change event in a discussion's history.
Summary
Functions
Creates a StatusChange from API response.
Types
@type status() :: :open | :closed | :merged
@type t() :: %HfHub.Discussions.StatusChange{ author: String.t(), comment: String.t() | nil, created_at: DateTime.t() | nil, id: String.t(), status: status() }