Goldmine
Steam

List Chat Messages

POST
/steam.v1.Steam/ListChatMessages

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/ListChatMessages" \  -H "Content-Type: application/json" \  -d '{}'
{
  "messages": [
    {
      "accountName": "string",
      "body": "string",
      "createdAt": "2019-08-24T14:15:22Z",
      "direction": "CHAT_MESSAGE_DIRECTION_UNSPECIFIED",
      "id": "string",
      "ordinal": 0,
      "partnerSteamId": "string",
      "sentAt": "2019-08-24T14:15:22Z",
      "workspaceId": "string"
    }
  ],
  "nextCursor": "string"
}
Empty