Description parameter at createChat

This commit is contained in:
Jannik 2020-12-26 10:55:33 +01:00 committed by GitHub
parent c9fe6dcfa0
commit c25f58c3af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 2 deletions

View File

@ -1353,6 +1353,15 @@ paths:
- group
- supergroup
- channel
user_ids:
description: May only be set for chats of type `group` and is required then. Identifiers of users to be added to the basic group. May not be empty.
type: array
items:
anyOf:
- type: integer
description:
description: Chat description; 0-255 characters. Only for types `supergroup` or `channel`.
type: string
required:
- title
- type
@ -1370,6 +1379,15 @@ paths:
- group
- supergroup
- channel
user_ids:
description: Must only be set for chats of type `group` and is required then. Identifiers of users to be added to the basic group. May not be empty.
type: array
items:
anyOf:
- type: integer
description:
description: Chat description; 0-255 characters. Only for types `supergroup` or `channel`.
type: string
required:
- title
- type
@ -1387,6 +1405,15 @@ paths:
- group
- supergroup
- channel
user_ids:
description: Must only be set for chats of type `group` and is required then. Identifiers of users to be added to the basic group. May not be empty.
type: array
items:
anyOf:
- type: integer
description:
description: Chat description; 0-255 characters. Only for types `supergroup` or `channel`.
type: string
required:
- title
- type
@ -1403,8 +1430,7 @@ paths:
default: true
type: boolean
result:
default: true
type: boolean
$ref: '#/components/schemas/Chat'
required:
- ok
- result