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');
}
}
public $botapi_params = [
'disable_web_page_preview' => 'no_webpage',
'disable_notification' => 'silent',
'reply_to_message_id' => 'reply_to_msg_id',
'chat_id' => 'peer',
'text' => 'message',
'disable_notification' => 'silent',
'reply_to_message_id' => 'reply_to_msg_id',
'chat_id' => 'peer',
'text' => 'message',
];
public function botAPI_to_MTProto($arguments)