items

class csgo.features.items.Items

Bases: object

request_preview_data_block(s, a, d, m)

Request item preview data block

The parameters can be taken from inspect links either from an inventory or market. The market has the m paramter, while the inventory one has s. Set the missing one to 0. Example inpsect links:

steam://rungame/730/765xxxxxxxxxxxxxx/+csgo_econ_action_preview%20S11111111111111111A2222222222D33333333333333333333``
steam://rungame/730/765xxxxxxxxxxxxxx/+csgo_econ_action_preview%20M444444444444444444A2222222222D33333333333333333333``
Parameters:
  • s (int) – steam id of owner (set to 0 if not available)
  • a (int) – item id
  • d (int) – UNKNOWN
  • m (int) – market id (set to 0 if not available)

Response event: item_data_block

Parameters:message (proto message) – CEconItemPreviewDataBlock