package main import "maunium.net/go/mautrix/id" type PlayerRoomInfo struct { CurrentGame id.RoomID `json:'current_game'` CurrentDeck []int `json:'current_deck'` }