mirror of
https://github.com/status-im/status-go.git
synced 2025-01-14 00:36:40 +00:00
10 lines
238 B
Go
10 lines
238 B
Go
package protocol
|
|
|
|
import "github.com/status-im/status-go/protocol/common"
|
|
|
|
type MessageNotificationBody struct {
|
|
Message *common.Message `json:"message"`
|
|
Contact *Contact `json:"contact"`
|
|
Chat *Chat `json:"chat"`
|
|
}
|