changedInput schema / properties / category / description
Previous value: -"Категория канала"New value: +"Category code (see list_categories)"
changedInput schema / properties / country / description
Previous value: -"Страна: ru, ua, by, etc."New value: +"Country code, e.g. ru, ua, by (see list_countries)"
changedInput schema / properties / language / description
Previous value: -"Язык: ru, en, etc."New value: +"Language code, e.g. ru, en (see list_languages)"
addedInput schema / properties / limit / default
Added value: +20
changedInput schema / properties / limit / description
Previous value: -"Максимум результатов (по умолчанию 20)"New value: +"Max results (max 100)"
addedInput schema / properties / limit / maximum
Added value: +100
addedInput schema / properties / limit / minimum
Added value: +1
changedInput schema / properties / limit / type
Previous value: -"number"New value: +"integer"
addedInput schema / properties / peer_type
Added value: +{
+ "default": "channel",
+ "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: +200
addedInput schema / properties / query / minLength
Added value: +1
addedInput schema / properties / search_by_description
Added value: +{
+ "default": false,
+ "description": "Also match channel descriptions",
+ "type": "boolean"
+}