View Source
GitHub.Reaction.Rollup
(GitHub REST API Client v0.3.3)
Provides struct and type for a Reaction.Rollup
@type t() :: %GitHub.Reaction.Rollup{
"+1": integer(),
"-1": integer(),
__info__: map(),
confused: integer(),
eyes: integer(),
heart: integer(),
hooray: integer(),
laugh: integer(),
rocket: integer(),
total_count: integer(),
url: String.t()
}