Hi all! Newbie question, I've declared the language in the constructor, but I'm not getting any item name in the 'newOffer' event.
This is the rawJson I get from incoming offers
{
"tradeofferid": "4514010558",
"accountid_other": xxxxxxxx,
"message": "test offer",
"expiration_time": 1617915913,
"trade_offer_state": 2,
"items_to_receive": [
{
"appid": 753,
"contextid": "6",
"assetid": "16638623730",
"classid": "2353210051",
"instanceid": "0",
"amount": "1",
"missing": false,
"est_usd": "4"
},
{
"appid": 753,
"contextid": "6",
"assetid": "16638623732",
"classid": "2217483072",
"instanceid": "0",
"amount": "1",
"missing": false,
"est_usd": "3"
}
],
"is_our_offer": false,
"time_created": 1616706313,
"time_updated": 1616706315,
"from_real_time_trade": false,
"escrow_end_date": 0,
"confirmation_method": 0
}
Any tips?