telegram-bot-api-nodejs 1.0.26 → 1.0.27

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
@@ -186,6 +186,7 @@ export interface Message {
186
186
  from?: User;
187
187
  date: number;
188
188
  chat: Chat;
189
+ via_bot?: User;
189
190
  forward_from?: User;
190
191
  forward_from_chat?: Chat;
191
192
  forward_from_message_id?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telegram-bot-api-nodejs",
3
- "version": "1.0.26",
3
+ "version": "1.0.27",
4
4
  "description": "Telegram Bot API client for nodejs",
5
5
  "type": "module",
6
6
  "main": "index.js",