OBJECT
SendChatMessageThroughSubscriberModePayload
The response from redeeming the skip subs only chat message reward.
link GraphQL Schema definition
1 type SendChatMessageThroughSubscriberModePayload { 2 3 # The user's new Channel Points balance. 4 : Int 5 6 # The error that occurred during redemption, if any. 7 : SendCopoMessageError 8 9 # Whether the message was flagged by Automod and held for review. 10 : Boolean 11 12 }