1
0
mirror of https://github.com/danog/tl-schema.git synced 2024-12-03 09:48:01 +01:00
tl-schema/l014/schema.tl
Viktor Oreshkin 135e0a2eed Add layer 014
2017-08-16 15:13:32 +03:00

12 lines
545 B
Plaintext

---types---
// dialog#214a8cdf peer:Peer top_message:int unread_count:int = Dialog;
dialog#ab3a99ac peer:Peer top_message:int unread_count:int notify_settings:PeerNotifySettings = Dialog;
notifyAll#74d07c60 = NotifyPeer;
notifyChats#c007cec3 = NotifyPeer;
notifyPeer#9fd40bd8 peer:Peer = NotifyPeer;
notifyUsers#b4c83b4c = NotifyPeer;
updateUserBlocked#80ece81a user_id:int blocked:Bool = Update;
updateNotifySettings#bec268ef peer:NotifyPeer notify_settings:PeerNotifySettings = Update;
---functions---
invokeWithLayer14#2b9b08fa query:!X = X;