mirror of
https://github.com/lukaszraczylo/go-telegram.git
synced 2026-06-22 04:21:15 +00:00
chore(api): regenerate from Telegram Bot API v10.1
This commit is contained in:
committed by
github-actions[bot]
parent
140ea13bde
commit
ca84e51d85
+11
-11
@@ -11543,7 +11543,7 @@
|
||||
"name": "string"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Type of the result, must be animation",
|
||||
"doc": "Type of the media, must be animation",
|
||||
"enum_values": [
|
||||
"animation"
|
||||
]
|
||||
@@ -11661,7 +11661,7 @@
|
||||
"name": "string"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Type of the result, must be audio",
|
||||
"doc": "Type of the media, must be audio",
|
||||
"enum_values": [
|
||||
"audio"
|
||||
]
|
||||
@@ -11761,7 +11761,7 @@
|
||||
"name": "string"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Type of the result, must be document",
|
||||
"doc": "Type of the media, must be document",
|
||||
"enum_values": [
|
||||
"document"
|
||||
]
|
||||
@@ -11843,7 +11843,7 @@
|
||||
"name": "string"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Type of the result, must be link",
|
||||
"doc": "Type of the media, must be link",
|
||||
"enum_values": [
|
||||
"link"
|
||||
]
|
||||
@@ -11872,7 +11872,7 @@
|
||||
"name": "string"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Type of the result, must be live_photo",
|
||||
"doc": "Type of the media, must be live_photo",
|
||||
"enum_values": [
|
||||
"live_photo"
|
||||
]
|
||||
@@ -11964,7 +11964,7 @@
|
||||
"name": "string"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Type of the result, must be location",
|
||||
"doc": "Type of the media, must be location",
|
||||
"enum_values": [
|
||||
"location"
|
||||
]
|
||||
@@ -12012,7 +12012,7 @@
|
||||
"name": "string"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Type of the result, must be photo",
|
||||
"doc": "Type of the media, must be photo",
|
||||
"enum_values": [
|
||||
"photo"
|
||||
]
|
||||
@@ -12094,7 +12094,7 @@
|
||||
"name": "string"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Type of the result, must be sticker",
|
||||
"doc": "Type of the media, must be sticker",
|
||||
"enum_values": [
|
||||
"sticker"
|
||||
]
|
||||
@@ -12132,7 +12132,7 @@
|
||||
"name": "string"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Type of the result, must be venue",
|
||||
"doc": "Type of the media, must be venue",
|
||||
"enum_values": [
|
||||
"venue"
|
||||
]
|
||||
@@ -12227,7 +12227,7 @@
|
||||
"name": "string"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Type of the result, must be video",
|
||||
"doc": "Type of the media, must be video",
|
||||
"enum_values": [
|
||||
"video"
|
||||
]
|
||||
@@ -23857,7 +23857,7 @@
|
||||
"name": "int64"
|
||||
},
|
||||
"required": true,
|
||||
"doc": "Unique identifier of the message draft; must be non-zero. Changes of drafts with the same identifier are animated."
|
||||
"doc": "Unique identifier of the message draft; must be non-zero. Changes to drafts with the same identifier are animated."
|
||||
},
|
||||
{
|
||||
"name": "Text",
|
||||
|
||||
Reference in New Issue
Block a user