Home
last modified time | relevance | path

Searched defs:GameMessageWrapped (Results 1 – 1 of 1) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/chat/flip/
H A Ddealer.go24 type GameMessageWrapped struct { struct
25 Sender UserDevice
26 Msg GameMessageV1
27 Me *playerControl
28 Forward bool
29 FirstInConversation bool
32 func (m GameMessageWrapped) isForwardable() bool {
37 func (m GameMessageWrapped) GameMetadata() GameMetadata {
162 func (m GameMessageWrapped) Encode() (GameMessageEncoded, error) {
763 func (d *Dealer) handleMessageOthers(c context.Context, msg *GameMessageWrapped) error {
[all …]