Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/tgl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVuori <vuori@notcom.org>2019-02-23 00:31:57 +0300
committerBen Wiederhake <BenWiederhake.GitHub@gmx.de>2019-02-23 00:31:57 +0300
commitee46026da0e5018131bbd2f43b41e45eb0afef07 (patch)
treeb259a145ea1c55c9f9b5b16c14ccec0a6291c841 /scheme.tl
parent5797093bff5202838d27116b276590601b122d0c (diff)
Permit pinned and other special messages
Fixes #478
Diffstat (limited to 'scheme.tl')
-rw-r--r--scheme.tl9
1 files changed, 8 insertions, 1 deletions
diff --git a/scheme.tl b/scheme.tl
index 2d89fbc..7e87615 100644
--- a/scheme.tl
+++ b/scheme.tl
@@ -150,6 +150,13 @@ messageActionChatJoinedByLink#f89cf5e8 inviter_id:int = MessageAction;
messageActionChannelCreate#95d2ac92 title:string = MessageAction;
messageActionChatMigrateTo#51bdb021 channel_id:int = MessageAction;
messageActionChannelMigrateFrom#b055eaee title:string chat_id:int = MessageAction;
+messageActionPinMessage#94bd38ed = MessageAction;
+messageActionHistoryClear#9fbab604 = MessageAction;
+messageActionGameScore#92a72876 game_id:long score:int = MessageAction;
+messageActionPaymentSent#40699cd0 currency:string total_amount:long = MessageAction;
+messageActionScreenshotTaken#4792929b = MessageAction;
+messageActionCustomAction#fae69f56 message:string = MessageAction;
+messageActionBotAllowed#abe9affe domain:string = MessageAction;
dialog#c1dd804a peer:Peer top_message:int read_inbox_max_id:int unread_count:int notify_settings:PeerNotifySettings = Dialog;
dialogChannel#5b8496b2 peer:Peer top_message:int top_important_message:int read_inbox_max_id:int unread_count:int unread_important_count:int notify_settings:PeerNotifySettings pts:int = Dialog;
@@ -720,4 +727,4 @@ channels.leaveChannel#f836aa95 channel:InputChannel = Updates;
channels.inviteToChannel#199f3a6c channel:InputChannel users:Vector<InputUser> = Updates;
channels.kickFromChannel#a672de14 channel:InputChannel user_id:InputUser kicked:Bool = Updates;
channels.exportInvite#c7560885 channel:InputChannel = ExportedChatInvite;
-channels.deleteChannel#c0111fe3 channel:InputChannel = Updates; \ No newline at end of file
+channels.deleteChannel#c0111fe3 channel:InputChannel = Updates;