mirror of
https://github.com/fumiama/NanoBot.git
synced 2026-06-08 20:20:23 +08:00
add part of handler
This commit is contained in:
@@ -14,6 +14,7 @@ type Member struct {
|
||||
Deaf bool `json:"deaf"`
|
||||
Mute bool `json:"mute"`
|
||||
Pending bool `json:"pending"`
|
||||
OpUserID string `json:"op_user_id"` // https://bot.q.qq.com/wiki/develop/api/gateway/guild_member.html#%E5%86%85%E5%AE%B9
|
||||
}
|
||||
|
||||
// GetGuildMembersIn 获取 guild_id 指定的频道中所有成员的详情列表,支持分页
|
||||
|
||||
Reference in New Issue
Block a user