OBJECT

SubmitEmotePrefixPayload

SubmitEmotePrefixPayload returns a status code indicating whether the update was successful or not.

link GraphQL Schema definition

1type SubmitEmotePrefixPayload {
2
3# A code indicating why the prefix submit failed, if it did.
4errorCode: SubmitEmotePrefixResponseCode
5
6# The newly submitted prefix.
7prefix: EmoticonPrefix
8
9}