Skip to content

Commit

Permalink
fix parser
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarnathCJD committed Jan 7, 2025
1 parent 21af274 commit 50b2b1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions internal/cmd/tlgen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ null#56730bcc = Null;`}
}

b = bytes.ReplaceAll(b, []byte(`vector<`), []byte(`Vector<`))
b = bytes.ReplaceAll(b, []byte(`= Users;`), []byte(`= users.Users;`))

clean = append(clean, string(b))

Expand Down
2 changes: 1 addition & 1 deletion telegram/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

const (
ApiVersion = 197
ApiVersion = 196
Version = "v1.5.0"

LogDebug = utils.DebugLevel
Expand Down

0 comments on commit 50b2b1f

Please sign in to comment.