package
Version:
v0.0.0-...-8027ee6
Opens a new window with list of versions in this module.
Published: May 7, 2023
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
Reset removes all the local content
type Message struct {
Id uint64 `json:"id,string"`
Author string `json:"author"`
Time time.Time `json:"time"`
ContentType string `json:"contentType"`
Text string `json:"text"`
Binary []byte `json:"binary"`
Preview []byte `json:"preview"`
Signature []byte `json:"signature"`
}
Private is a list of the user ids that have exclusive access to the chat
Source Files
¶
Click to show internal directories.
Click to hide internal directories.