mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 02:16:16 +08:00
12 lines
238 B
Go
12 lines
238 B
Go
package msg
|
|
|
|
import "Open_IM/pkg/proto/msg"
|
|
|
|
func callbackSetMessageReactionExtensions(req *msg.ModifyMessageReactionExtensionsReq) {
|
|
|
|
}
|
|
|
|
func callbackDeleteMessageReactionExtensions(req *msg.OperateMessageListReactionExtensionsReq) {
|
|
|
|
}
|