mirror of
https://github.com/tdlight-team/tdlight-telegram-bot-api.git
synced 2024-11-09 21:59:27 +01:00
Description parameter at createChat
This commit is contained in:
parent
c9fe6dcfa0
commit
c25f58c3af
@ -1353,6 +1353,15 @@ paths:
|
|||||||
- group
|
- group
|
||||||
- supergroup
|
- supergroup
|
||||||
- channel
|
- 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:
|
required:
|
||||||
- title
|
- title
|
||||||
- type
|
- type
|
||||||
@ -1370,6 +1379,15 @@ paths:
|
|||||||
- group
|
- group
|
||||||
- supergroup
|
- supergroup
|
||||||
- channel
|
- 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:
|
required:
|
||||||
- title
|
- title
|
||||||
- type
|
- type
|
||||||
@ -1387,6 +1405,15 @@ paths:
|
|||||||
- group
|
- group
|
||||||
- supergroup
|
- supergroup
|
||||||
- channel
|
- 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:
|
required:
|
||||||
- title
|
- title
|
||||||
- type
|
- type
|
||||||
@ -1403,8 +1430,7 @@ paths:
|
|||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
result:
|
result:
|
||||||
default: true
|
$ref: '#/components/schemas/Chat'
|
||||||
type: boolean
|
|
||||||
required:
|
required:
|
||||||
- ok
|
- ok
|
||||||
- result
|
- result
|
||||||
|
Loading…
Reference in New Issue
Block a user