grammy 1.8.1 → 1.8.2

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.
@@ -164,7 +164,7 @@ or newline (\\n) characters! Filename for property '${origin}' was:
164
164
  ${filename}
165
165
  """`);
166
166
  }
167
- yield enc.encode(`content-disposition:form-data;name="${id}";filename=${filename}\r\n\r\n`);
167
+ yield enc.encode(`content-disposition:form-data;name="${id}";filename=${filename}\r\ncontent-type:application/octet-stream\r\n\r\n`);
168
168
  const data = await input[platform_node_js_1.toRaw]();
169
169
  if (data instanceof Uint8Array)
170
170
  yield data;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "grammy",
3
3
  "description": "The Telegram Bot Framework.",
4
- "version": "1.8.1",
4
+ "version": "1.8.2",
5
5
  "author": "KnorpelSenf",
6
6
  "license": "MIT",
7
7
  "engines": {