INPUT_OBJECT

UseChatNotificationTokenInput

UseChatNotificationTokenInput is the input required for the UseChatNotificationToken mutation.

link GraphQL Schema definition

1input UseChatNotificationTokenInput {
4
2# The channel that this token will be used on.
3channelLogin: String!
7
5# Whether or not to include user's streak tenure.
6includeStreak: Boolean!
10
8# An optional message that will be displayed when this chat token is used.
9message: String
13
11# An optional ID of token to be used.
12tokenID: ID
14}