Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update to the latest layer #26

Open
jackfreed opened this issue Apr 3, 2020 · 0 comments
Open

update to the latest layer #26

jackfreed opened this issue Apr 3, 2020 · 0 comments

Comments

@jackfreed
Copy link

when compiling layer 71 i get the following warnings

tl_update.proto:7:17: "mtproto.PredUpdatesState" is not defined.
tl_update.proto:8:17: "mtproto.PredUpdateShortMessage" is not defined.
tl_update.proto:9:17: "mtproto.PredUpdateShortChatMessage" is not defined.
tl_update.proto:10:17: "mtproto.PredUpdateShort" is not defined.
tl_update.proto:11:17: "mtproto.PredUpdates" is not defined.
tl_update.proto:12:17: "mtproto.PredUpdateShortSentMessage" is not defined.
tl_update.proto:13:17: "mtproto.PredUpdatesDifference" is not defined.
tl_update.proto:14:17: "mtproto.PredUpdatesDifferenceSlice" is not defined.
tl_update.proto:15:17: "mtproto.PredUpdateNewMessage" is not defined.
tl_update.proto:16:17: "mtproto.PredUpdateReadMessagesContents" is not defined.
tl_update.proto:17:17: "mtproto.PredUpdateDeleteMessages" is not defined.
tl_update.proto:18:17: "mtproto.PredUpdateNewEncryptedMessage" is not defined.
tl_update.proto:19:17: "mtproto.PredUpdateChannel" is not defined.
tl_update.proto:20:17: "mtproto.PredUpdateChannelMessageViews" is not defined.
tl_update.proto:21:17: "mtproto.PredUpdateChannelTooLong" is not defined.
tl_update.proto:22:17: "mtproto.PredUpdateReadChannelInbox" is not defined.
tl_update.proto:23:17: "mtproto.PredUpdateReadChannelOutbox" is not defined.
tl_update.proto:24:17: "mtproto.PredUpdateNewChannelMessage" is not defined.

but the application is compiling and working fine.

but when trying the latest layer 109 the above output is preceeded by:

types.tl.proto:1633:18: "TypemessagesSearchCounter" is not defined.
types.tl.proto:1882:18: "TypeBytes" is not defined.
types.tl.proto:3416:18: "TypeBytes" is not defined.
types.tl.proto:6231:18: "TypeBytes" is not defined.
types.tl.proto:6253:18: "TypeBytes" is not defined.
types.tl.proto:6842:18: "TypeBytes" is not defined.
types.tl.proto:6861:9: "TypeType" is not defined.
types.tl.proto:6867:9: "TypeType" is not defined.
types.tl.proto:6873:9: "TypeType" is not defined.
types.tl.proto:6888:9: "TypeType" is not defined.
types.tl.proto:6894:9: "TypeType" is not defined.
types.tl.proto:6899:9: "TypeType" is not defined.
types.tl.proto:6906:9: "TypeType" is not defined.
types.tl.proto:8206:18: "TypeBytes" is not defined.

when then trying to compile the application it errors out with the following:

convs.tl.go:3051:10: undefined: TypeRecentMeUrl
convs.tl.go:3066:10: undefined: TypeHelpRecentMeUrls
convs.tl.go:3069:10: undefined: TypeInputSingleMedia
convs.tl.go:3072:10: undefined: TypeWebAuthorization
convs.tl.go:3075:10: undefined: TypeAccountWebAuthorizations
convs.tl.go:3078:10: undefined: TypeInputMessage
convs.tl.go:3089:10: undefined: TypeInputDialogPeer
convs.tl.go:3098:10: undefined: TypeDialogPeer
convs.tl.go:3107:10: undefined: TypeMessagesFoundStickerSets
convs.tl.go:3116:10: undefined: TypeFileHash
convs.tl.go:3116:10: too many errors

any hints would be highly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant