INPUT_OBJECT

UpdateWhisperThreadInput

link GraphQL Schema definition

1input UpdateWhisperThreadInput {
4
2# Whether to archive the room.
3isArchived: Boolean
7
5# Whether to mute the room.
6isMuted: Boolean
10
8# Whether to mark the message as spam.
9isSpam: Boolean
13
11# ID of last message read by the user.
12lastReadMessageID: ID
16
14# Whether to revoke temporary send Whisper permission from the other user.
15removeWhitelist: Boolean
19
17# ID of thread to be marked as read.
18threadID: ID!
20}