package msg
import "context"
func DeleteMessageNotification(ctx context.Context, userID string, seqs []int64) {
panic("todo")
}