@telegram.ts/types 1.18.1 → 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 +1 -1
- package/src/apiMethodsTypes.d.ts +1 -1
package/package.json
CHANGED
package/src/apiMethodsTypes.d.ts
CHANGED
|
@@ -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
|
-
}):
|
|
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.
|