Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 18 additions & 10 deletions _schema/164.json
Original file line number Diff line number Diff line change
Expand Up @@ -22426,6 +22426,9 @@
},
"sponsoredWebPage": {
"name": "sponsoredWebPage",
"description": [
"Represents a sponsored website."
],
"fields": {
"flags": {
"name": "flags",
Expand All @@ -22436,15 +22439,15 @@
},
"photo": {
"name": "photo",
"description": " "
"description": "Optional image preview."
},
"site_name": {
"name": "site_name",
"description": " "
"description": "Website name."
},
"url": {
"name": "url",
"description": " "
"description": "Web page URL."
}
}
},
Expand Down Expand Up @@ -30531,7 +30534,10 @@
]
},
"SponsoredWebPage": {
"name": "SponsoredWebPage"
"name": "SponsoredWebPage",
"description": [
"Represents a sponsored website."
]
},
"Stats.BroadcastStats": {
"name": "Stats.BroadcastStats",
Expand Down Expand Up @@ -32151,11 +32157,11 @@
"parameters": {
"compare_sound": {
"name": "compare_sound",
"description": "If true, chats with non-default sound will also be returned"
"description": "If set, chats with non-default sound will be returned"
},
"compare_stories": {
"name": "compare_stories",
"description": " "
"description": "If set, chats with non-default notification settings for stories will be returned"
},
"flags": {
"name": "flags",
Expand Down Expand Up @@ -51379,9 +51385,10 @@
},
"entities": {
"name": "entities",
"description": "Message entities for styled text in the caption¹",
"description": "Message entities for styled text in the caption¹, if allowed by the stories_entities client configuration parameter »².",
"links": [
"https://core.telegram.org/api/entities"
"https://core.telegram.org/api/entities",
"https://core.telegram.org/api/config#stories-entities"
]
},
"flags": {
Expand Down Expand Up @@ -51978,9 +51985,10 @@
},
"entities": {
"name": "entities",
"description": "Message entities for styled text¹",
"description": "Message entities for styled text¹, if allowed by the stories_entities client configuration parameter »².",
"links": [
"https://core.telegram.org/api/entities"
"https://core.telegram.org/api/entities",
"https://core.telegram.org/api/config#stories-entities"
]
},
"flags": {
Expand Down
28 changes: 18 additions & 10 deletions _schema/latest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22426,6 +22426,9 @@
},
"sponsoredWebPage": {
"name": "sponsoredWebPage",
"description": [
"Represents a sponsored website."
],
"fields": {
"flags": {
"name": "flags",
Expand All @@ -22436,15 +22439,15 @@
},
"photo": {
"name": "photo",
"description": " "
"description": "Optional image preview."
},
"site_name": {
"name": "site_name",
"description": " "
"description": "Website name."
},
"url": {
"name": "url",
"description": " "
"description": "Web page URL."
}
}
},
Expand Down Expand Up @@ -30531,7 +30534,10 @@
]
},
"SponsoredWebPage": {
"name": "SponsoredWebPage"
"name": "SponsoredWebPage",
"description": [
"Represents a sponsored website."
]
},
"Stats.BroadcastStats": {
"name": "Stats.BroadcastStats",
Expand Down Expand Up @@ -32151,11 +32157,11 @@
"parameters": {
"compare_sound": {
"name": "compare_sound",
"description": "If true, chats with non-default sound will also be returned"
"description": "If set, chats with non-default sound will be returned"
},
"compare_stories": {
"name": "compare_stories",
"description": " "
"description": "If set, chats with non-default notification settings for stories will be returned"
},
"flags": {
"name": "flags",
Expand Down Expand Up @@ -51379,9 +51385,10 @@
},
"entities": {
"name": "entities",
"description": "Message entities for styled text in the caption¹",
"description": "Message entities for styled text in the caption¹, if allowed by the stories_entities client configuration parameter »².",
"links": [
"https://core.telegram.org/api/entities"
"https://core.telegram.org/api/entities",
"https://core.telegram.org/api/config#stories-entities"
]
},
"flags": {
Expand Down Expand Up @@ -51978,9 +51985,10 @@
},
"entities": {
"name": "entities",
"description": "Message entities for styled text¹",
"description": "Message entities for styled text¹, if allowed by the stories_entities client configuration parameter »².",
"links": [
"https://core.telegram.org/api/entities"
"https://core.telegram.org/api/entities",
"https://core.telegram.org/api/config#stories-entities"
]
},
"flags": {
Expand Down