We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488c12b commit 77685a8Copy full SHA for 77685a8
1 file changed
jsonschemas/chat/future_channel_ban.schema.json
@@ -7,6 +7,7 @@
7
"properties": {
8
"target_id": { "type": "string" },
9
"created_by": { "type": "string" },
10
+ "reason": { "type": "string" },
11
"shadow": { "type": "boolean" },
12
"created_at": { "type": "string", "format": "date-time" }
13
}
0 commit comments