package server
type message struct {
Text string
QuietText string
Typing bool
Pitch int
Rate float64
VoiceIdx int
room string
}