OBJECT

SubmitEmoticonPrefixPayload

SubmitEmoticonPrefixPayload returns the updated emoticon prefix.

link GraphQL Schema definition

1type SubmitEmoticonPrefixPayload {
2
3# The response doesn't return the real state of the prefix. Querying the emoticon
4# prefix is required to get the most accurate state.
5response: EmoticonPrefix!
6
7}