| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 1 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 48 | public function execute(): ServerResponse |
||
| 49 | { |
||
| 50 | //$message = $this->getMessage() ?: $this->getEditedMessage() ?: $this->getChannelPost() ?: $this->getEditedChannelPost(); |
||
| 51 | //$chat_id = $message->getChat()->getId(); |
||
| 52 | //$user_id = $message->getFrom()->getId(); |
||
| 53 | |||
| 54 | return Request::emptyResponse(); |
||
| 55 | } |
||
| 57 |