mirror of
https://github.com/fumiama/NanoBot.git
synced 2026-06-07 19:50:24 +08:00
统一Message结构体
This commit is contained in:
@@ -10,6 +10,8 @@ type User struct {
|
||||
Bot bool `json:"bot"`
|
||||
UnionOpenid string `json:"union_openid"`
|
||||
UnionUserAccount string `json:"union_user_account"`
|
||||
UserOpenID string `json:"user_openid"`
|
||||
MemberOpenID string `json:"member_openid"`
|
||||
}
|
||||
|
||||
// At 返回 <@!u.ID>
|
||||
|
||||
Reference in New Issue
Block a user