describe chat entity comment
This commit is contained in:
parent
33c87a670a
commit
b17d51e83d
|
@ -8,6 +8,8 @@ import (
|
|||
"github.com/status-im/status-go/protocol/protobuf"
|
||||
)
|
||||
|
||||
// ChatEntity is anything that is sendable in a chat.
|
||||
// Currently it encompass a Message and EmojiReaction.
|
||||
type ChatEntity interface {
|
||||
proto.Message
|
||||
|
||||
|
|
Loading…
Reference in New Issue