Skip to content

Commit ff4cc4f

Browse files
committed
Added ability to block user
1 parent f98f9b1 commit ff4cc4f

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

schema.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,13 @@ paths:
513513
schema:
514514
type: integer
515515
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
516523
responses:
517524
'200':
518525
$ref: '#/components/responses/SuccessResponse'

0 commit comments

Comments
 (0)