Home
last modified time | relevance | path

Searched refs:EChatEntryType_ChatMsg (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/matterbridge/matterbridge-1.22.3/bridge/steam/
H A Dsteam.go73 b.c.Social.SendMessage(id, steamlang.EChatEntryType_ChatMsg, rmsg.Username+rmsg.Text)
79 b.c.Social.SendMessage(id, steamlang.EChatEntryType_ChatMsg, msg.Username+msg.Text)
84 b.c.Social.SendMessage(id, steamlang.EChatEntryType_ChatMsg, msg.Username+msg.Text)
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Philipp15b/go-steam/
H A Dsocial_events.go95 return c.EntryType == EChatEntryType_ChatMsg
H A Dsocial.go610 EntryType: EChatEntryType_ChatMsg,
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/Philipp15b/go-steam/protocol/steamlang/
H A Denums.go3804 EChatEntryType_ChatMsg EChatEntryType = 1 const