We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fe4ea commit 6919b39Copy full SHA for 6919b39
dto/channel.go
@@ -75,6 +75,10 @@ type ChannelValueObject struct {
75
PrivateUserIDs []string `json:"private_user_ids,omitempty"`
76
// 发言权限
77
SpeakPermission SpeakPermissionType `json:"speak_permission,omitempty"`
78
- // 应用子频道的应用ID,仅应用子频道有效,定义请参考 [文档](https://bot.q.qq.com/wiki/develop/api/openapi/channel/model.html)
+ // 应用子频道的应用ID,仅应用子频道有效,定义请参考
79
+ // [文档](https://bot.q.qq.com/wiki/develop/api/openapi/channel/model.html)
80
ApplicationID string `json:"application_id,omitempty"`
81
+ // 机器人在此频道上拥有的权限, 定义请参考
82
+ // [文档](https://bot.q.qq.com/wiki/develop/api/openapi/channel_permissions/model.html#permissions)
83
+ Permissions string `json:"permissions,omitempty"`
84
}
0 commit comments