describe chat entity comment

This commit is contained in:
Andrea Maria Piana 2020-07-29 12:55:33 +02:00
parent 33c87a670a
commit b17d51e83d
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 2 additions and 0 deletions

View File

@ -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