package
Version:
v0.0.0-...-9d3578c
Opens a new window with list of versions in this module.
Published: Feb 4, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type GetMessages struct {
Messages []*Message `json:"messages"`
}
type GetRoomUsers struct {
Users []*RoomUser `json:"users"`
}
type Message struct {
ID string `json:"id"`
UserID string `json:"user_id"`
Type string `jsn:"type"`
Content string `json:"content"`
PostedAt string `json:"timestamp"`
}
type RoomUser struct {
ID string `json:"id"`
Name string `json:"name"`
Profile string `json:"profile"`
PictureURL string `json:"pictureUrl"`
LastReadAt time.Time `json:"lastReadAt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.