Search
Provides struct and type for Thread
@type t() :: %GitHub.Thread{ __info__: map(), id: String.t(), last_read_at: String.t() | nil, reason: String.t(), repository: GitHub.Repository.minimal(), subject: map(), subscription_url: String.t(), unread: boolean(), updated_at: String.t(), url: String.t() }