How can I access this variable in php ?
result->message->from->id
I decoded returned json with json_decode() and I want to get value Through the above method
{
"ok": true,
"result": [
{
"update_id": 176446579,
"message": {
"message_id": 7,
"from": {
"id": 468822221,
"is_bot": false,
"first_name": "M.GH",
"last_name": "2003",
"username": "moji_2003",
"language_code": "fa"
},
"chat": {
"id": 468822221,
"first_name": "M.GH",
"last_name": "2003",
"username": "moji_2003",
"type": "private"
},
"date": 1550384619,
"text": "salam"
}
}
]
}