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