Skip to content

Commit

Permalink
Update to layer 106
Browse files Browse the repository at this point in the history
  • Loading branch information
Lonami committed Dec 22, 2019
1 parent f3111f9 commit 4499f3b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion telethon_generator/data/api.tl
Original file line number Diff line number Diff line change
Expand Up @@ -1078,6 1078,10 @@ theme#f7d90ce0 flags:# creator:flags.0?true default:flags.1?true id:long access_
account.themesNotModified#f41eb622 = account.Themes;
account.themes#7f676421 hash:int themes:Vector<Theme> = account.Themes;

wallet.liteResponse#764386d7 response:bytes = wallet.LiteResponse;

wallet.secretSalt#dd484d64 salt:bytes = wallet.KeySecretSalt;

---functions---

invokeAfterMsg#cb9f372d {X:Type} msg_id:long query:!X = X;
Expand Down Expand Up @@ -1415,4 1419,7 @@ langpack.getLanguage#6a596502 lang_pack:string lang_code:string = LangPackLangua
folders.editPeerFolders#6847d0ab folder_peers:Vector<InputFolderPeer> = Updates;
folders.deleteFolder#1c295881 folder_id:int = Updates;

// LAYER 105
wallet.sendLiteRequest#e2c9d33e body:bytes = wallet.LiteResponse;
wallet.getKeySecretSalt#b57f346 revoke:Bool = wallet.KeySecretSalt;

// LAYER 106

0 comments on commit 4499f3b

Please sign in to comment.