OBJECT
BitsAdOffer
BitsAdOffer is an offer to earn bits by watching an ad or interacting with an engagement.
link GraphQL Schema definition
1 type BitsAdOffer implements BitsOffer { 2 3 # bits is the minimum number of bits received from watching an ad. 4 # Some ads may reward more, but this is the number displayed to the user before 5 # choosing to watch an ad for bits. 6 : Int! 7 8 : ID! 9 10 # type is `BitsOfferType.AD`. 11 : BitsOfferType! 12 13 }
link Required by
This element is not required by anyone