diff options
Diffstat (limited to 'tosrvcmds.go')
-rw-r--r-- | tosrvcmds.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tosrvcmds.go b/tosrvcmds.go index 885f200..889191c 100644 --- a/tosrvcmds.go +++ b/tosrvcmds.go @@ -59,6 +59,12 @@ type ToSrvGotBlks struct { Blks [][3]int16 } +// ToSrvHaveMedia tells the server that the client has received the media. +type ToSrvHaveMedia struct { + //mt:len8 + token uint32 +} + // ToSrvDeletedBlks tells the server that the client has deleted Blks. type ToSrvDeletedBlks struct { //mt:len8 |