Goldmine
Steam

List Chat Conversations

POST
/steam.v1.Steam/ListChatConversations

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/steam.v1.Steam/ListChatConversations" \  -H "Content-Type: application/json" \  -d '{}'
{
  "conversations": [
    {
      "lastMessageAt": "2019-08-24T14:15:22Z",
      "lastMessagePreview": "string",
      "partnerSteamId": "string",
      "unreadCount": 0
    }
  ],
  "nextCursor": "string"
}
Empty