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