package
Version:
v0.0.0-...-0b5293d
Opens a new window with list of versions in this module.
Published: Aug 6, 2024
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
MessageKindMessageCreated = "message_created"
)
type Message struct {
Kind string `json:"kind"`
Value any `json:"value"`
RoomID string `json:"-"`
}
type MessageMessageCreated struct {
ID string `json:"id"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.