INPUT_OBJECT
SendHighlightedChatMessageInput
Input for sending a highlighted chat message with Channel Points.
link GraphQL Schema definition
1 input SendHighlightedChatMessageInput { 4 2 # The channel the message is being sent to. 3 : ID! 7 5 # The client's perception of the reward's cost. 6 : Int! 10 8 # The user's message. 9 : String! 13 11 # Client-set identifier for the transaction. This ID should be universally unique. 12 : ID! 14 }