Good evening,
When you stop your trade offer manager instance, then start it again after a long period of time with the latest poll data from the last session, does the updated property corresponds to the time when the offer state was actually changed, but not when the trade offer manager acknowledged that there is a change in the offer.
Example:
Steam bot is running on Monday, and it have sent one offer that day.
Steam bot is shut down Monday evening.
Tuesday: Partner declines the offer that the steam bot have sent the previous day.
Wednesday: I start the steam bot again, with the poll data saved from Monday, I receive one event from the EventEmmiter's on("sentOfferChanged"), does that event(trade offer) have the "updated" property which should be date object, which also point to Tuesday, when the state was actually changed? Or it is Wednesday, when the bot acknowledged that there is a change?