View Source GitHub.Issue.Comment (GitHub REST API Client v0.0.11)
Provides struct and type for IssueComment
Link to this section Summary
Link to this section Types
@type t() :: %GitHub.Issue.Comment{ __info__: map(), author_association: String.t(), body: String.t() | nil, body_html: String.t() | nil, body_text: String.t() | nil, created_at: String.t(), html_url: String.t(), id: integer(), issue_url: String.t(), node_id: String.t(), performed_via_github_app: GitHub.App.t() | nil, reactions: GitHub.Reaction.Rollup.t() | nil, updated_at: String.t(), url: String.t(), user: GitHub.User.simple() | nil }