mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-04 19:45:41 +08:00
merge callback after join group
This commit is contained in:
parent
e441811ab9
commit
998f7d01a5
@ -121,10 +121,10 @@ type CallbackBeforeSetGroupInfoReq struct {
|
|||||||
Notification string `json:"notification"`
|
Notification string `json:"notification"`
|
||||||
Introduction string `json:"introduction"`
|
Introduction string `json:"introduction"`
|
||||||
FaceURL string `json:"faceURL"`
|
FaceURL string `json:"faceURL"`
|
||||||
Ex *string `json:"ex"`
|
Ex string `json:"ex"`
|
||||||
NeedVerification *int32 `json:"needVerification"`
|
NeedVerification int32 `json:"needVerification"`
|
||||||
LookMemberInfo *int32 `json:"lookMemberInfo"`
|
LookMemberInfo int32 `json:"lookMemberInfo"`
|
||||||
ApplyMemberFriend *int32 `json:"applyMemberFriend"`
|
ApplyMemberFriend int32 `json:"applyMemberFriend"`
|
||||||
EventTime int64 `json:"eventTime"`
|
EventTime int64 `json:"eventTime"`
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -135,10 +135,10 @@ type CallbackBeforeSetGroupInfoResp struct {
|
|||||||
Notification string `json:"notification"`
|
Notification string `json:"notification"`
|
||||||
Introduction string `json:"introduction"`
|
Introduction string `json:"introduction"`
|
||||||
FaceURL string `json:"faceURL"`
|
FaceURL string `json:"faceURL"`
|
||||||
Ex *string `json:"ex"`
|
Ex string `json:"ex"`
|
||||||
NeedVerification *int32 `json:"needVerification"`
|
NeedVerification int32 `json:"needVerification"`
|
||||||
LookMemberInfo *int32 `json:"lookMemberInfo"`
|
LookMemberInfo int32 `json:"lookMemberInfo"`
|
||||||
ApplyMemberFriend *int32 `json:"applyMemberFriend"`
|
ApplyMemberFriend int32 `json:"applyMemberFriend"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CallbackAfterSetGroupInfoReq struct {
|
type CallbackAfterSetGroupInfoReq struct {
|
||||||
@ -149,10 +149,10 @@ type CallbackAfterSetGroupInfoReq struct {
|
|||||||
Notification string `json:"notification"`
|
Notification string `json:"notification"`
|
||||||
Introduction string `json:"introduction"`
|
Introduction string `json:"introduction"`
|
||||||
FaceURL string `json:"faceURL"`
|
FaceURL string `json:"faceURL"`
|
||||||
Ex *string `json:"ex"`
|
Ex string `json:"ex"`
|
||||||
NeedVerification *int32 `json:"needVerification"`
|
NeedVerification int32 `json:"needVerification"`
|
||||||
LookMemberInfo *int32 `json:"lookMemberInfo"`
|
LookMemberInfo int32 `json:"lookMemberInfo"`
|
||||||
ApplyMemberFriend *int32 `json:"applyMemberFriend"`
|
ApplyMemberFriend int32 `json:"applyMemberFriend"`
|
||||||
EventTime int64 `json:"eventTime"`
|
EventTime int64 `json:"eventTime"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user