bots - Some Notice Error -
i’m trying create telegram bot, got error, not master of php
errors :
1 - [11-sep-2017 10:11:29 asia/tehran] php notice: undefined property: stdclass::$callback_query in /home/yyyyy/public_html/yyyyyy.com/yyyy/index.php on line 35
2 - [11-sep-2017 10:11:29 asia/tehran] php notice: trying property of non-object in /home/yyyyy/public_html/yyyyyy.com/yyyy/index.php on line 35
errors these
line 35 : 35 : $chatid = $update->callback_query->message->chat->id; , 26 : $update = json_decode(file_get_contents('php://input'));
Comments
Post a Comment