mirror of
https://github.com/logos-messaging/sds-go-bindings.git
synced 2026-01-02 14:13:08 +00:00
10 lines
204 B
Go
10 lines
204 B
Go
package sds
|
|
|
|
type MessageID string
|
|
|
|
type UnwrappedMessage struct {
|
|
Message *[]byte `json:"message"`
|
|
MissingDeps *[]MessageID `json:"missingDeps"`
|
|
ChannelId *string `json:"channelId"`
|
|
}
|