Body
data class Body(val name: String? = null, val position: Int? = null, val parentId: String? = null, val privateType: PrivateType? = null, val speakPermission: SpeakPermission? = null)(source)
用于 ModifyChannelApi 的请求体。
需要修改哪个字段,就传递哪个字段即可。
Constructors
Link copied to clipboard
constructor(name: String? = null, position: Int? = null, parentId: String? = null, privateType: PrivateType? = null, speakPermission: SpeakPermission? = null)
Types
Properties
Link copied to clipboard
分组 id
Link copied to clipboard
子频道私密类型 PrivateType
Link copied to clipboard
子频道发言权限 SpeakPermission