|
|
@ -67,7 +67,7 @@ type CallbackGroupMember struct {
|
|
|
|
type CallbackBeforeMembersJoinGroupReq struct {
|
|
|
|
type CallbackBeforeMembersJoinGroupReq struct {
|
|
|
|
CallbackCommand `json:"callbackCommand"`
|
|
|
|
CallbackCommand `json:"callbackCommand"`
|
|
|
|
GroupID string `json:"groupID"`
|
|
|
|
GroupID string `json:"groupID"`
|
|
|
|
MembersList []*CallbackGroupMember
|
|
|
|
MembersList []*CallbackGroupMember `json:"memberList"`
|
|
|
|
GroupEx string `json:"groupEx"`
|
|
|
|
GroupEx string `json:"groupEx"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|