Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type History ¶
type History struct {
Messages []*messages.ServerTextMessageObject
}
func NewHistory ¶
func (*History) AddMessage ¶
func (h *History) AddMessage(message *messages.ServerTextMessageObject)
func (*History) GetMessages ¶
func (h *History) GetMessages() []*messages.ServerTextMessageObject
Click to show internal directories.
Click to hide internal directories.