@grom.js/bot-api-spec 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +16 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5827,7 +5827,10 @@ const editMessageText = {
|
|
|
5827
5827
|
types: [{
|
|
5828
5828
|
type: "api-type",
|
|
5829
5829
|
name: "Message"
|
|
5830
|
-
}, {
|
|
5830
|
+
}, {
|
|
5831
|
+
type: "bool",
|
|
5832
|
+
literal: true
|
|
5833
|
+
}]
|
|
5831
5834
|
}
|
|
5832
5835
|
};
|
|
5833
5836
|
const editMessageCaption = {
|
|
@@ -5915,7 +5918,10 @@ const editMessageCaption = {
|
|
|
5915
5918
|
types: [{
|
|
5916
5919
|
type: "api-type",
|
|
5917
5920
|
name: "Message"
|
|
5918
|
-
}, {
|
|
5921
|
+
}, {
|
|
5922
|
+
type: "bool",
|
|
5923
|
+
literal: true
|
|
5924
|
+
}]
|
|
5919
5925
|
}
|
|
5920
5926
|
};
|
|
5921
5927
|
const editMessageMedia = {
|
|
@@ -5979,7 +5985,10 @@ const editMessageMedia = {
|
|
|
5979
5985
|
types: [{
|
|
5980
5986
|
type: "api-type",
|
|
5981
5987
|
name: "Message"
|
|
5982
|
-
}, {
|
|
5988
|
+
}, {
|
|
5989
|
+
type: "bool",
|
|
5990
|
+
literal: true
|
|
5991
|
+
}]
|
|
5983
5992
|
}
|
|
5984
5993
|
};
|
|
5985
5994
|
const editMessageLiveLocation = {
|
|
@@ -6075,7 +6084,10 @@ const editMessageLiveLocation = {
|
|
|
6075
6084
|
types: [{
|
|
6076
6085
|
type: "api-type",
|
|
6077
6086
|
name: "Message"
|
|
6078
|
-
}, {
|
|
6087
|
+
}, {
|
|
6088
|
+
type: "bool",
|
|
6089
|
+
literal: true
|
|
6090
|
+
}]
|
|
6079
6091
|
}
|
|
6080
6092
|
};
|
|
6081
6093
|
const stopMessageLiveLocation = {
|
package/package.json
CHANGED