steam-min-cpp
Loading...
Searching...
No Matches
Steam::Commands::GetProductInfo Struct Reference

Request product information for a Steam application. More...

#include <events.hpp>

Inheritance diagram for Steam::Commands::GetProductInfo:

Public Member Functions

 GetProductInfo (uint32_t i, uint64_t s_id, int32_t c_sid)
 Construct a request without an app token.
 GetProductInfo (uint32_t i, uint64_t s_id, int32_t c_sid, uint64_t t)
 Construct a request with an app token.

Public Attributes

uint32_t id
 Target application ID.
uint64_t steamid
 SteamID associated with the current session.
int32_t client_sessionid
 Steam CM session identifier.
uint64_t app_token = 0
 Optional application access token.

Detailed Description

Request product information for a Steam application.

Requires an authenticated CM session. The steamid and client_sessionid fields must match the values returned by ClientLogonEvent.

Member Data Documentation

◆ app_token

uint64_t Steam::Commands::GetProductInfo::app_token = 0

Optional application access token.

Providing a token allows access to additional restricted metadata when available.


The documentation for this struct was generated from the following file: