diff --git a/gramjs/Version.ts b/gramjs/Version.ts index 7c6474b5..4fbdc92a 100644 --- a/gramjs/Version.ts +++ b/gramjs/Version.ts @@ -1 +1 @@ -export const version = "2.25.10"; \ No newline at end of file +export const version = "2.25.14"; \ No newline at end of file diff --git a/gramjs/tl/custom/forward.ts b/gramjs/tl/custom/forward.ts index e3d7fae5..3abc89c0 100644 --- a/gramjs/tl/custom/forward.ts +++ b/gramjs/tl/custom/forward.ts @@ -54,6 +54,7 @@ export class Forward extends SenderGetter { } ChatGetter.initChatClass(this, { chatPeer: peer, + chat: chat, inputChat: inputChat, }); SenderGetter.initSenderClass(this, { diff --git a/package-lock.json b/package-lock.json index 95823f29..11c4ba06 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "telegram", - "version": "2.25.11", + "version": "2.25.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "telegram", - "version": "2.25.11", + "version": "2.25.15", "license": "MIT", "dependencies": { "@cryptography/aes": "^0.1.1", diff --git a/package.json b/package.json index 11ddef80..769da8a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "telegram", - "version": "2.25.11", + "version": "2.25.15", "description": "NodeJS/Browser MTProto API Telegram client library,", "main": "index.js", "types": "index.d.ts",