OBJECT

BitsAdOffer

BitsAdOffer is an offer to earn bits by watching an ad or interacting with an engagement.

link GraphQL Schema definition

1type 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.
6bits: Int!
7
8id: ID!
9
10# type is `BitsOfferType.AD`.
11type: BitsOfferType!
12
13}

link Required by

This element is not required by anyone