Maybe I'm doing something wrong but I am trying to use friends.sendMessage(offer.partner, "message"); to send a message to the person who sent a trade offer and let them know it was accepted or why it was declined. If I use friends.sendMessage("mysteamID", "message"); and replace mysteamID with my actual steamID the message gets sent to me correctly. However with offer.partner they never receive a chat message.