9 lines
155 B
9 lines
155 B
2 years ago
|
package call_back_struct
|
||
|
|
||
|
type CallbackBeforeCreateGroupReq struct {
|
||
|
CommonCallbackReq
|
||
|
}
|
||
|
|
||
|
type CallbackAfterCreateGroupResp struct {
|
||
|
CommonCallbackResp
|
||
|
}
|