1
0
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:
源文雨
2023-10-13 00:36:03 +09:00
parent 3e595b0dee
commit 40f743cf46
6 changed files with 79 additions and 5 deletions

View File

@@ -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 指定的频道中所有成员的详情列表,支持分页