package events
type PlayerPause struct {
User string
MusicId string
CurrentTime int64
PlayTime int64
}