Steamworks 文献库
ISteamCommunity 接口
提供对 Steam 社区功能的访问限制。

请参见 Web API 概览,对如何使用 Steamworks Web API 了解更多。

ReportAbuse

POST https://partner.steam-api.com/ISteamCommunity/ReportAbuse/v1/
名称类型是否必需描述
keystringSteamworks Web API 发行商验证密钥。
steamidActoruint64进行举报的用户的 SteamID。
steamidTargetuint64被举报的实体的 SteamID。
appiduint32要查询其所有权的 AppID。
abuseTypeuint32滥用类型代码(参见 EAbuseReportType 枚举)。
contentTypeuint32内容类型代码(参见 ECommunityContentType 枚举)。
descriptionstring用户的陈述。
giduint64相关记录的 GID(据内容类型而定)。

允许发行商报告在其社区中心中举止不当的用户。

注意: 此调用需要发行商 API 密钥以使用此方法。 因此,此 API 必须通过安全服务器调用,且绝不能由客户端直接调用!