You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _schema/158.json
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15274,12 +15274,14 @@
15274
15274
"messageEntityTextUrl": {
15275
15275
"name": "messageEntityTextUrl",
15276
15276
"description": [
15277
-
"Message entity representing a text url¹: for in-text urls like https://google.com² use messageEntityUrl³."
15277
+
"Message entity representing a text url¹: for in-text urls like https://google.com² use messageEntityUrl³.",
15278
+
"Note that an additional confirmation popup with the full URL must be displayed to the user before opening this link, unless the domain is one of the whitelisted domains specified in the whitelisted_domains client configuration parameter »¹."
"Change or remove the username of a supergroup/channel"
36042
36044
],
36043
36045
"parameters": {
36044
36046
"channel": {
@@ -36047,7 +36049,7 @@
36047
36049
},
36048
36050
"username": {
36049
36051
"name": "username",
36050
-
"description": "New username"
36052
+
"description": "New username, pass an empty string to remove the username"
36051
36053
}
36052
36054
},
36053
36055
"errors": [
@@ -45407,7 +45409,7 @@
45407
45409
},
45408
45410
"wallpaper": {
45409
45411
"name": "wallpaper",
45410
-
"description": "The wallpaper »¹, obtained as described in the wallpaper documentation »² or from a messageActionSetChatWallPaper³ service message.",
45412
+
"description": "The wallpaper »¹, obtained as described in the wallpaper documentation »²; must not be provided when installing a wallpaper obtained from a messageActionSetChatWallPaper³ service message (id must be provided, instead).",
Copy file name to clipboardExpand all lines: _schema/latest.json
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -15274,12 +15274,14 @@
15274
15274
"messageEntityTextUrl": {
15275
15275
"name": "messageEntityTextUrl",
15276
15276
"description": [
15277
-
"Message entity representing a text url¹: for in-text urls like https://google.com² use messageEntityUrl³."
15277
+
"Message entity representing a text url¹: for in-text urls like https://google.com² use messageEntityUrl³.",
15278
+
"Note that an additional confirmation popup with the full URL must be displayed to the user before opening this link, unless the domain is one of the whitelisted domains specified in the whitelisted_domains client configuration parameter »¹."
"Change or remove the username of a supergroup/channel"
36042
36044
],
36043
36045
"parameters": {
36044
36046
"channel": {
@@ -36047,7 +36049,7 @@
36047
36049
},
36048
36050
"username": {
36049
36051
"name": "username",
36050
-
"description": "New username"
36052
+
"description": "New username, pass an empty string to remove the username"
36051
36053
}
36052
36054
},
36053
36055
"errors": [
@@ -45407,7 +45409,7 @@
45407
45409
},
45408
45410
"wallpaper": {
45409
45411
"name": "wallpaper",
45410
-
"description": "The wallpaper »¹, obtained as described in the wallpaper documentation »² or from a messageActionSetChatWallPaper³ service message.",
45412
+
"description": "The wallpaper »¹, obtained as described in the wallpaper documentation »²; must not be provided when installing a wallpaper obtained from a messageActionSetChatWallPaper³ service message (id must be provided, instead).",
0 commit comments