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

Popular posts from this blog

Sort a complex associative array in PHP -

vb.net - How to ignore if a cell is empty nothing -

recursion - Can every recursive algorithm be improved with dynamic programming? -