telegram-bot-api-nodejs 1.0.9 → 1.0.10

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -114,6 +114,7 @@ export interface User {
114
114
  last_name?: string;
115
115
  username?: string;
116
116
  language_code?: string;
117
+ is_premium?: boolean;
117
118
  can_join_groups?: boolean;
118
119
  supports_inline_queries?: boolean;
119
120
  can_read_all_group_messages?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telegram-bot-api-nodejs",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "description": "Telegram Bot API client for nodejs",
5
5
  "type": "module",
6
6
  "main": "index.js",