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