You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
when compiling layer 71 i get the following warnings
but the application is compiling and working fine.
but when trying the latest layer 109 the above output is preceeded by:
when then trying to compile the application it errors out with the following:
any hints would be highly appreciated!
The text was updated successfully, but these errors were encountered: