@telegram.ts/types 1.18.0 → 1.18.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telegram.ts/types",
3
- "version": "1.18.0",
3
+ "version": "1.18.2",
4
4
  "description": "Comprehensive Type Declarations for Telegram Bot API with telegramsjs",
5
5
  "main": "./src/index.js",
6
6
  "types": "./src/index.d.ts",
@@ -1718,7 +1718,7 @@ export type ApiMethods = {
1718
1718
  text_parse_mode?: ParseMode;
1719
1719
  /** A list of special entities that appear in the gift text. It can be specified instead of text_parse_mode. Entities other than “bold”, “italic”, “underline”, “strikethrough”, “spoiler”, and “custom_emoji” are ignored. */
1720
1720
  text_entities?: MessageEntity[];
1721
- }): Gifts;
1721
+ }): true;
1722
1722
 
1723
1723
  /** Use this method to send answers to an inline query. On success, True is returned.
1724
1724
  No more than 50 results per query are allowed.
@@ -1,5 +1,5 @@
1
1
  import type { User } from "./manageTypes";
2
- import type { PaidMedia } from "./messageTypes";
2
+ import type { PaidMedia, Sticker } from "./messageTypes";
3
3
 
4
4
  /** This object represents a portion of the price for goods or services. */
5
5
  export interface LabeledPrice {