I've making my bot and I need to check item market hash name within trade offer, but in offer.itemsToGive and offer.itemsToReceive contains only following information:
EconItem {
appid: 730,
contextid: '2',
assetid: '13984115215',
classid: '310777179',
instanceid: '302028390',
amount: 1,
missing: false,
est_usd: '1',
id: '13984115215',
fraudwarnings: [],
descriptions: [],
owner_descriptions: [],
actions: [],
owner_actions: [],
market_actions: [],
tags: [],
tradable: false,
marketable: false,
commodity: false,
market_tradable_restriction: 0,
market_marketable_restriction: 0
}
So my question is: How to get market_hash_name?