package structs
type ReceivedMessage struct {
Cmd int
Rec string // represent receiver user id
Body any
}