Skip to content

Commit

Permalink
Fix forward chat.
Browse files Browse the repository at this point in the history
  • Loading branch information
painor committed Oct 5, 2024
1 parent 7865897 commit 2e8eff3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gramjs/Version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "2.25.10";
export const version = "2.25.14";
1 change: 1 addition & 0 deletions gramjs/tl/custom/forward.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export class Forward extends SenderGetter {
}
ChatGetter.initChatClass(this, {
chatPeer: peer,
chat: chat,
inputChat: inputChat,
});
SenderGetter.initSenderClass(this, {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2e8eff3

Please sign in to comment.