addedInput schema / properties / category
Added value: +{
+ "description": "Channel category code (see list_categories)",
+ "type": "string"
+}
removedInput schema / properties / channels
Removed value: -{
- "description": "Ограничить поиск каналами",
- "items": {
- "type": "string"
- },
- "type": "array"
-}
addedInput schema / properties / country
Added value: +{
+ "description": "Channel country code (see list_countries)",
+ "type": "string"
+}
changedInput schema / properties / date_from / description
Previous value: -"Дата начала YYYY-MM-DD"New value: +"Posts on/after this date (YYYY-MM-DD)"
addedInput schema / properties / date_from / pattern
Added value: +"^\\d{4}-\\d{2}-\\d{2}$"
changedInput schema / properties / date_to / description
Previous value: -"Дата окончания YYYY-MM-DD"New value: +"Posts on/before this date (YYYY-MM-DD)"
addedInput schema / properties / date_to / pattern
Added value: +"^\\d{4}-\\d{2}-\\d{2}$"
addedInput schema / properties / extended
Added value: +{
+ "default": false,
+ "description": "Include channel objects",
+ "type": "boolean"
+}
addedInput schema / properties / hide_forwards
Added value: +{
+ "default": false,
+ "description": "Exclude reposts",
+ "type": "boolean"
+}
addedInput schema / properties / language
Added value: +{
+ "description": "Channel language code (see list_languages)",
+ "type": "string"
+}
addedInput schema / properties / limit / default
Added value: +20
changedInput schema / properties / limit / description
Previous value: -"Максимум результатов (по умолчанию 20)"New value: +"Max results (max 50)"
addedInput schema / properties / limit / maximum
Added value: +50
addedInput schema / properties / limit / minimum
Added value: +1
changedInput schema / properties / limit / type
Previous value: -"number"New value: +"integer"
addedInput schema / properties / minus_words
Added value: +{
+ "description": "Comma-separated words to exclude",
+ "type": "string"
+}
addedInput schema / properties / peer_type
Added value: +{
+ "default": "all",
+ "description": "Source type",
+ "enum": [
+ "channel",
+ "chat",
+ "all"
+ ],
+ "type": "string"
+}
changedInput schema / properties / query / description
Previous value: -"Поисковый запрос по постам"New value: +"Search query"
addedInput schema / properties / query / maxLength
Added value: +500
addedInput schema / properties / query / minLength
Added value: +1