OBJECT
BountyModerationMetadata
Bounty Moderation metadata includes moderation metadata for a specific bounty.
link GraphQL Schema definition
1 type BountyModerationMetadata { 2 3 # The moderation fail reason of the bounty. 4 : BountyModerationFailReason 5 6 # The moderation status of the bounty. 7 : BountyModerationStatus 8 9 # When the bounty was last moderated. 10 : Time 11 12 }