Documentation
¶
Index ¶
Constants ¶
View Source
const (
URLReportAbuse = "/ISteamCommunity/ReportAbuse/v1/"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReportAbuseForm ¶
type ReportAbuseForm struct {
steam.AppId
SteamIdActor uint `json:"steamidActor" mapstructure:"steamidActor"`
SteamIdTarget uint `json:"steamidTarget" mapstructure:"steamidTarget"`
AbuseType uint `json:"abuseType" mapstructure:"abuseType"`
ContentType uint `json:"contentType" mapstructure:"contentType"`
Description string `json:"description" mapstructure:"description"`
Gid uint `json:"gid" mapstructure:"gid"`
}
Click to show internal directories.
Click to hide internal directories.