From 6794a002b35adac4268e375fca3ca9d820a48f85 Mon Sep 17 00:00:00 2001 From: decanus Date: Thu, 4 Jul 2019 10:53:37 -0400 Subject: [PATCH] chat doc --- client/Client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/Client.go b/client/Client.go index ab0239b..91c87ce 100644 --- a/client/Client.go +++ b/client/Client.go @@ -6,6 +6,7 @@ import ( "github.com/status-im/mvds/state" ) +// Chat is the ID for a specific chat. type Chat state.GroupID // Client is the actual daisy client.