INPUT_OBJECT

SendHighlightedChatMessageInput

Input for sending a highlighted chat message with Channel Points.

link GraphQL Schema definition

1input SendHighlightedChatMessageInput {
4
2# The channel the message is being sent to.
3channelID: ID!
7
5# The client's perception of the reward's cost.
6cost: Int!
10
8# The user's message.
9message: String!
13
11# Client-set identifier for the transaction. This ID should be universally unique.
12transactionID: ID!
14}