OBJECT

UpdateWhisperThreadPayload

link GraphQL Schema definition

1type UpdateWhisperThreadPayload {
2
3# Thread that was updated.
4thread: WhisperThread!
5
6}