// file name: bbs_request.go package request type UpdateBBSInfoRequest struct { BBSName string `json:"forum_name"` BBSLogo string `json:"forum_logo"` BBSDescription string `json:"forum_description"` }