OBJECT

SendChatMessageThroughSubscriberModePayload

The response from redeeming the skip subs only chat message reward.

link GraphQL Schema definition

1type SendChatMessageThroughSubscriberModePayload {
2
3# The user's new Channel Points balance.
4balance: Int
5
6# The error that occurred during redemption, if any.
7error: SendCopoMessageError
8
9# Whether the message was flagged by Automod and held for review.
10isHeldByAutomod: Boolean
11
12}