Apply fixes from StyleCI

This commit is contained in:
Daniil Gentili 2017-02-23 00:47:05 +00:00 committed by StyleCI Bot
parent f7b3710c38
commit 1485d38792

View File

@ -547,12 +547,13 @@ trait TL
throw new Exception("Can't convert ".$data['_'].' to a bot API object'); throw new Exception("Can't convert ".$data['_'].' to a bot API object');
} }
} }
public $botapi_params = [ public $botapi_params = [
'disable_web_page_preview' => 'no_webpage', 'disable_web_page_preview' => 'no_webpage',
'disable_notification' => 'silent', 'disable_notification' => 'silent',
'reply_to_message_id' => 'reply_to_msg_id', 'reply_to_message_id' => 'reply_to_msg_id',
'chat_id' => 'peer', 'chat_id' => 'peer',
'text' => 'message', 'text' => 'message',
]; ];
public function botAPI_to_MTProto($arguments) public function botAPI_to_MTProto($arguments)