Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
Compress bool `json:"compress"`
Data string `json:"data"`
OriginalSize int `json:"original_size"`
SessionCrypto bool `json:"session_crypto"`
SessionKey *string `json:"session_key"`
MData []byte `json:"-"` // message data
MsgID tppmessage.ETppMessageID `json:"-"`
IsRequest bool `json:"-"`
UserID int `json:"-"`
PlayerID int `json:"-"`
PlatformID uint64 `json:"-"` // steamID64, psn, xboneID
Platform platform.Platform `json:"-"` // steam, ps4, xbox etc
// contains filtered or unexported fields
}
func (*Message) Decompress ¶
func (*Message) DoCompress ¶
func (*Message) GetDataType ¶
Click to show internal directories.
Click to hide internal directories.