OBJECT
SubmitEmotePrefixPayload
SubmitEmotePrefixPayload returns a status code indicating whether the update was successful or not.
link GraphQL Schema definition
1 type SubmitEmotePrefixPayload { 2 3 # A code indicating why the prefix submit failed, if it did. 4 : SubmitEmotePrefixResponseCode 5 6 # The newly submitted prefix. 7 : EmoticonPrefix 8 9 }