OBJECT

CheermoteToken

CheermoteToken is used to render a cheermote in a message.

link GraphQL Schema definition

1type CheermoteToken {
2
3# The number of bits in the cheermote.
4bitsAmount: Int!
5
6# The prefix of the cheermote (e.g. cheer in cheer100).
7prefix: String!
8
9# The tier of the cheer used to determine which image to show for the cheermote.
10# In cheer150, this would be 100.
11tier: Int!
12
13}