We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98f9b1 commit ff4cc4fCopy full SHA for ff4cc4f
1 file changed
schema.yaml
@@ -513,6 +513,13 @@ paths:
513
schema:
514
type: integer
515
format: int64
516
+ - name: block
517
+ description: Set to `true` if user should be blocked in chat
518
+ required: false
519
+ in: query
520
+ schema:
521
+ type: boolean
522
+ default: false
523
responses:
524
'200':
525
$ref: '#/components/responses/SuccessResponse'
0 commit comments