Skip to content

Commit

Permalink
Update layer file
Browse files Browse the repository at this point in the history
  • Loading branch information
painor committed Aug 5, 2024
1 parent 6ec4e4b commit f14877a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.23.1";
export const version = "2.23.8";
2 changes: 1 addition & 1 deletion gramjs/tl/AllTLObjects.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const LAYER = 181;
export const LAYER = 184;

import { Api } from "./";

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.23.2",
"version": "2.23.8",
"description": "NodeJS/Browser MTProto API Telegram client library,",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit f14877a

Please sign in to comment.