From 288e99c0f41aebee469668b599bfc6a00f018e49 Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Thu, 26 Dec 2019 21:05:25 +0100 Subject: [PATCH] Trigger build --- src/danog/MadelineProto/MTProto.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/danog/MadelineProto/MTProto.php b/src/danog/MadelineProto/MTProto.php index 9b961b04..f82dc268 100644 --- a/src/danog/MadelineProto/MTProto.php +++ b/src/danog/MadelineProto/MTProto.php @@ -185,6 +185,7 @@ class MTProto extends AsyncConstruct implements TLCallback const TD_REVERSE = ['sendMessage' => 'messages.sendMessage']; const TD_IGNORE = ['updateMessageID']; const BOTAPI_PARAMS_CONVERSION = ['disable_web_page_preview' => 'no_webpage', 'disable_notification' => 'silent', 'reply_to_message_id' => 'reply_to_msg_id', 'chat_id' => 'peer', 'text' => 'message']; + // Not content related constructors const NOT_CONTENT_RELATED = [ //'rpc_result', //'rpc_error',