mirror of
				https://github.com/v2board/v2board.git
				synced 2025-11-01 01:41:47 +08:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -39,7 +39,7 @@ class TelegramController extends Controller | ||||
|  | ||||
|     private function getMessage(array $data) | ||||
|     { | ||||
|         if (!$data['message']) return false; | ||||
|         if (!isset($data['message'])) return false; | ||||
|         $obj = new \StdClass(); | ||||
|         $obj->is_private = $data['message']['chat']['type'] === 'private' ? true : false; | ||||
|         $text = explode(' ', $data['message']['text']); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user