package dto type EnterChatroomDTO struct { RoomId string EnterRoomSchema string Avatar string NickName string }