Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MessagePacket ¶
type MessagePacket struct { Data string `jsonapi:"attr,data" json:"data" validate:"required"` Text string `jsonapi:"attr,text" json:"text" validate:"required"` Type string `jsonapi:"attr,type" json:"type" validate:"required"` }
MessagePacket is the low-level format for storing contents of a message and arguments
Click to show internal directories.
Click to hide internal directories.