OBJECT

UpdateRoomModesError

link GraphQL Schema definition

1type UpdateRoomModesError {
2
3code: UpdateRoomModesErrorCode!
4
5# On SLOW_MODE_DURATION_INVALID: Maximum number of seconds slow mode can be set
6# to.
7maximumSlowModeDurationSeconds: Int
8
9# On SLOW_MODE_DURATION_INVALID: Minimum number of seconds slow mode can be set
10# to.
11minimumSlowModeDurationSeconds: Int
12
13}