summaryrefslogtreecommitdiff
path: root/src/types/ReactionCount.zig
blob: 7c6a0bc068f35c35a8fea915332047beb8035ce0 (plain) (blame)
1
2
3
4
const ReactionType = @import("reaction_type.zig").ReactionType;

type: ReactionType,
total_count: u64,