changedInput schema / properties / channel_id / description
Previous value: -"ID или username канала"New value: +"Channel @username / t.me link / TGStat ID"
addedInput schema / properties / channel_id / minLength
Added value: +1
addedInput schema / properties / end_date
Added value: +{
+ "description": "Only posts on/before this date (YYYY-MM-DD)",
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+}
addedInput schema / properties / extended
Added value: +{
+ "default": false,
+ "description": "Include the channel object in the response",
+ "type": "boolean"
+}
addedInput schema / properties / hide_forwards
Added value: +{
+ "default": false,
+ "description": "Exclude reposts",
+ "type": "boolean"
+}
addedInput schema / properties / limit / default
Added value: +20
changedInput schema / properties / limit / description
Previous value: -"Количество постов (по умолчанию 20)"New value: +"Posts to return (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 / offset / default
Added value: +0
changedInput schema / properties / offset / description
Previous value: -"Смещение для пагинации"New value: +"Pagination offset (max 1000)"
addedInput schema / properties / offset / maximum
Added value: +1000
addedInput schema / properties / offset / minimum
Added value: +0
changedInput schema / properties / offset / type
Previous value: -"number"New value: +"integer"
addedInput schema / properties / start_date
Added value: +{
+ "description": "Only posts on/after this date (YYYY-MM-DD)",
+ "pattern": "^\\d{4}-\\d{2}-\\d{2}$",
+ "type": "string"
+}